We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed13b7d commit a42531bCopy full SHA for a42531b
.github/workflows/pythonpackage.yml
@@ -30,7 +30,7 @@ jobs:
30
shell: bash
31
- name: Upload coverage to Codecov
32
if: runner.os == 'Linux'
33
- uses: codecov/codecov-action@v1.0.3
+ uses: codecov/codecov-action@v3.1.2
34
with:
35
token: ${{secrets.CODECOV_TOKEN}}
36
file: ./coverage.xml
pyproject.toml
@@ -66,7 +66,6 @@ ipython = "^7.2"
66
pytest = "^7.0.0"
67
pytest-cov = "^2.6"
68
pytest-mock = "^2.0"
69
-codecov = "^2.0"
70
pytest-regressions = "^2.4.0"
71
pytest-freezer = "^0.4.6"
72
# code formatter
0 commit comments