We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1310322 commit 3b99297Copy full SHA for 3b99297
1 file changed
.github/workflows/test.yml
@@ -26,8 +26,7 @@ jobs:
26
- name: Run pytest
27
run: poetry run pytest --cov-report=xml --cov-report=term-missing --cov-append --cov=cp2k_input_tools tests/
28
29
- - uses: codecov/codecov-action@v4.0.1
+ - uses: codecov/codecov-action@v4.5.0
30
with:
31
files: ./coverage.xml
32
- fail_ci_if_error: true
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments