We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72a393b + b9978b4 commit 10dab28Copy full SHA for 10dab28
.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@v3
+ uses: codecov/codecov-action@v4
24
with:
25
name: codecov-umbrella
26
verbose: true
0 commit comments