Skip to content

Commit

Permalink
Filter Ice/ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 3, 2024
1 parent 189636f commit bf1164b
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 @@ -73,7 +73,7 @@ jobs:
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 --workers=4 --debug --coverage-session ice-coverage
python3 allTests.py --all --workers=4 --filter Ice/ --debug --coverage-session ice-coverage
dotnet-coverage shutdown ice-coverage
- name: Generate Coverage Reports
Expand Down

0 comments on commit bf1164b

Please sign in to comment.