Skip to content

Commit

Permalink
Use codecov CLI (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe authored Jun 6, 2024
1 parent e807dad commit dab68e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
pytest --hypothesis-profile ci tests --disable-warnings --cov=pyscal --cov-report=xml
- name: Upload coverage to Codecov
run: |
bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dab68e7

Please sign in to comment.