Skip to content

Commit

Permalink
move coverage results somewhere discoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 15, 2024
1 parent 0411403 commit 38f5269
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: make cs_dependencies

- name: Run Tests
run: make cs_test COV=true
run: |
make cs_test COV=true
mv csharp/TestResults/coverage.cobertura.xml ./
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 38f5269

Please sign in to comment.