Skip to content

Commit

Permalink
Add codecov action@v4 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Jun 20, 2024
1 parent 6e0f9db commit a6330a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,14 @@ jobs:
- name: Run tests
run: |
pytest --ckan-ini=ckan/ckanext/ckanext-ytp_main/test.ini --cov=ckanext.ytp --disable-warnings ckan/ckanext/ckanext-ytp_main/ckanext/ytp/tests
- name: install codecov requirements
run: |
apk add gpg gpg-agent
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
flags: ckan
os: alpine
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a6330a9

Please sign in to comment.