Skip to content

Commit

Permalink
Update test-coverage-coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioCarta committed Feb 29, 2024
1 parent b1e8a60 commit dbdc380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
PYTHONPATH: ${{ github.workspace }}
run: |
mkdir coverage &&
pytest --cov=. tests &&
pytest --cov=avalanche tests &&
mv .coverage coverage_unit_tests &&
coverage run examples/eval_plugin.py &&
mv .coverage coverage_eval_plugin &&
Expand Down

0 comments on commit dbdc380

Please sign in to comment.