Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA authored Aug 12, 2024
1 parent a54e516 commit b72dca9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ jobs:
run: pytest --numprocesses auto --cov . --cov-report xml:coverage.xml
- name: show coverage report
run: coverage report
- name: upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
fail_ci_if_error: true

0 comments on commit b72dca9

Please sign in to comment.