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 ca18396 commit 7e9892bCopy full SHA for 7e9892b
.github/workflows/pull_request.yml
@@ -36,7 +36,7 @@ jobs:
36
run: pytest
37
38
- name: ⬆️ Upload coverage to Codecov
39
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
- file: ./cov.xml
+ files: ./cov.xml
setup.py
@@ -44,7 +44,7 @@
44
],
45
extras_require={
46
"tests": [
47
- "pytest-cov==5.*",
+ "pytest-cov==6.*",
48
"pytest-instafail==0.5.*",
49
"pytest-mock==3.*",
50
"pytest-watch==4.*",
0 commit comments