Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray authored Nov 27, 2023
1 parent 265d92d commit face995
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ jobs:

- name: Upload Code Coverage
uses: codecov/codecov-action@v3

- name: Codacy Coverage Reporter
# You may pin to the exact commit or the version.
# uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699
uses: codacy/[email protected]
with:
# API project token to retrieve your remote Codacy configuration for the project being analyzed
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
# API account token to retrieve your remote Codacy configuration for the project being analyzed
# api-token: # optional
# Optional comma separated list of coverage reports to send to Codacy
# coverage-reports: # optional, default is
# Optionally force associating a language with your coverage report
# language: # optional
# Optionally force using a specific coverage report parser
# force-coverage-parser: # optional

create_nuget:
runs-on: ubuntu-latest
Expand Down

0 comments on commit face995

Please sign in to comment.