Skip to content

Commit

Permalink
fix (ci): Run tests --cov instead of -cov
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 16, 2024
1 parent 32a6d78 commit 10841e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
- name: Run tests
continue-on-error: ${{ matrix.experimental }}
run: pytest --ckan-ini=test.ini -cov=ckanext.email_notification --disable-warnings ckanext/email_notification --junit-xml=/tmp/artifacts/junit/results.xml
run: pytest --ckan-ini=test.ini --cov=ckanext.email_notification --disable-warnings ckanext/email_notification --junit-xml=/tmp/artifacts/junit/results.xml

0 comments on commit 10841e5

Please sign in to comment.