Skip to content

Commit

Permalink
Install dotnet-coverage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 3, 2024
1 parent d225bee commit 01a80dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Generate C# Coverage
working-directory: ./csharp
run: |
dotnet tool install dotnet-coverage --global
dotnet-coverage collect --server-mode --background --session-id ice-coverage --output output.cobertura.xml --output-format cobertura
python3 allTests.py --all --dotnet-command "dotnet-coverage connect ice-coverage dotnet"
dotnet-coverage shutdown ice-coverage
Expand Down

0 comments on commit 01a80dd

Please sign in to comment.