Skip to content

Commit

Permalink
gha: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Jun 27, 2024
1 parent 1310322 commit 3b99297
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Run pytest
run: poetry run pytest --cov-report=xml --cov-report=term-missing --cov-append --cov=cp2k_input_tools tests/

- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v4.5.0
with:
files: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3b99297

Please sign in to comment.