Skip to content

Commit

Permalink
Try to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
u10313335 committed May 4, 2024
1 parent 87fc8cd commit e4d7821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
ckan -c test.ini db init
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.ark --cov-report=xml --disable-warnings ckanext/ark/tests
run: pytest --ckan-ini=test.ini --cov=ckanext.ark --cov-report=xml --cov-append --disable-warnings ckanext/ark/tests
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e4d7821

Please sign in to comment.