Skip to content

Commit 3b99297

Browse files
committed
gha: update codecov action
1 parent 1310322 commit 3b99297

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Run pytest
2727
run: poetry run pytest --cov-report=xml --cov-report=term-missing --cov-append --cov=cp2k_input_tools tests/
2828

29-
- uses: codecov/codecov-action@v4.0.1
29+
- uses: codecov/codecov-action@v4.5.0
3030
with:
3131
files: ./coverage.xml
32-
fail_ci_if_error: true
3332
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)