We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4793d4c + 7860a79 commit a68f9e6Copy full SHA for a68f9e6
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: pytest
21
run: python -m pytest --verbose --cov=./statmechcrack/ --cov-report xml
22
- name: codecov
23
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
24
with:
25
name: codecov-umbrella
26
verbose: true
0 commit comments