Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:cositools/cosipy into test_old_w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
israelmcmc committed Jul 22, 2024
2 parents 30a062d + 3e95481 commit 4bc1a3f
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 4bc1a3f

Please sign in to comment.