Skip to content

Commit

Permalink
fix test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 4, 2024
1 parent ff7baa0 commit 3eb518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
dotnet tool install dotnet-coverage --global
dotnet-coverage collect --server-mode --background --session-id ice-coverage --output coverage.cobertura.xml --output-format cobertura --settings msbuild/coverage.runsettings
python3 allTests.py --all --workers=4 --filter Ice/ --debug --coverage-session ice-coverage
python3 allTests.py --all --workers=4 --debug --coverage-session ice-coverage
dotnet-coverage shutdown ice-coverage
- name: Generate Coverage Reports
Expand Down

0 comments on commit 3eb518f

Please sign in to comment.