Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added codecov integration with GitHub actions. To view on:
https://app.codecov.io/gh/cedadev/nappy
  • Loading branch information
agstephens authored Apr 10, 2024
1 parent 595bddc commit c66debc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -v tests
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: cedadev/nappy

0 comments on commit c66debc

Please sign in to comment.