Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Apr 22, 2024
1 parent 6e832a6 commit 0ee3886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- name: Test
run: dotnet test "./tests/UnitTests/UnitTests.csproj" --configuration Release --no-build --verbosity normal
/p:CollectCoverage=true
/p:CoverletOutput='./coverage.cobertura.xml'
/p:CoverletOutputFormat=cobertura

- name: Upload Coverage Report
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: 'coverage.cobertura.xml'
coverage-reports: './coverage.cobertura.xml'

0 comments on commit 0ee3886

Please sign in to comment.