Skip to content

Commit

Permalink
Merge pull request #224 from israelmcmc/fix_codecov
Browse files Browse the repository at this point in the history
Fix codecov
  • Loading branch information
israelmcmc authored Jul 19, 2024
2 parents 1bdbdd9 + 5be3b9b commit 3e95481
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
pip install pytest pytest-cov
pytest tests --junitxml=junit/test-results.xml --cov=cosipy --cov-report=xml --cov-report=html
- name: Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 3e95481

Please sign in to comment.