Skip to content

Commit

Permalink
Replace coveralls with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 14, 2024
1 parent 8c141a7 commit 05791dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ jobs:
ckan -c test.ini matomo init_db
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.matomo --disable-warnings ckanext/matomo/tests
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 05791dd

Please sign in to comment.