Skip to content

Commit

Permalink
ci: Fixes test coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jan 24, 2024
1 parent 98f615e commit df884a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
pip install -e ".[test]" --upgrade
- name: Run unittests
run: pytest --cov=torchcam --cov-report xml tests/ -n auto
run: pytest --cov=torchcam --cov-report xml tests/
- uses: actions/upload-artifact@v2
with:
name: coverage-main
Expand Down

0 comments on commit df884a4

Please sign in to comment.