Skip to content

Commit

Permalink
Disable cov plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 21, 2024
1 parent 8174ce2 commit ebf1bb1
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 @@ -79,4 +79,4 @@ jobs:
su ckan -c "ckan -c test.ini db init"
su ckan -c "ckan -c test.ini db pending-migrations --apply"
- name: Run tests
run: su ckan -c "pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests"
run: su ckan -c "pytest --ckan-ini=test.ini --disable-warnings ckanext/dcat/tests"

0 comments on commit ebf1bb1

Please sign in to comment.