Skip to content

Commit

Permalink
Merge pull request #25 from OceanParcels/Adding-codecov-to-workflow
Browse files Browse the repository at this point in the history
Adding codecov support for unit tests
  • Loading branch information
erikvansebille authored May 6, 2024
2 parents 6ee44df + 6d30665 commit d8b6c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
- name: Unit test
run: |
python -m pytest -v -s tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d8b6c7a

Please # to comment.