Skip to content

Commit

Permalink
use xml
Browse files Browse the repository at this point in the history
  • Loading branch information
connorivy committed Jan 4, 2025
1 parent df1192a commit 3bea1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: |
dotnet tool install --global dotnet-coverage
export PATH="$PATH:/root/.dotnet/tools"
dotnet-coverage collect "dotnet run --project ./tests/MockMe.Tests.Runner/ -c Release --no-build" -f cobertura -s ./CodeCoverage.runsettings
dotnet-coverage collect "dotnet run --project ./tests/MockMe.Tests.Runner/ -c Release --no-build" -f xml -s ./CodeCoverage.runsettings
- name: Generate report
uses: danielpalme/[email protected]
with:
reports: './output.cobertura.xml'
reports: './output.xml'
targetdir: './tests/TestResults'
reporttypes: 'lcov'

Expand Down

0 comments on commit 3bea1e0

Please sign in to comment.