Skip to content

Commit

Permalink
fix: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 29, 2024
1 parent 4a53b8e commit 07850e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run tests
run: |
pip install pytest pytest-cov
pytest tests -s -v --cov --cov-report xml:coverage-report/coverage.xml
pytest tests -s -v --cov=imgtools --cov-report xml:coverage-report/coverage.xml
- name: Upload coverage report artifact to be used by Codecov
# only upload if matrix.os is ubuntu-latest and matrix.python-version is 3.12
Expand Down

0 comments on commit 07850e9

Please sign in to comment.