Skip to content

Commit

Permalink
chore (ci): create coverage report for Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 16, 2024
1 parent 6681e42 commit b2278f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ jobs:
- name: Run tests
continue-on-error: ${{ matrix.experimental }}
run: pytest --ckan-ini=test.ini --cov=ckanext.feature_image --disable-warnings ckanext/feature_image --junit-xml=/tmp/artifacts/junit/results.xml
run: pytest --ckan-ini=test.ini --cov=ckanext.feature_image \
--disable-warnings ckanext/feature_image \
--cov-report xml:/tmp/artifacts/coverage/coverage.xml \
--junit-xml=/tmp/artifacts/junit/results.xml

0 comments on commit b2278f1

Please sign in to comment.