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 cda169f commit 300af43Copy full SHA for 300af43
.github/workflows/pytest.yml
@@ -45,7 +45,6 @@ jobs:
45
source /tmp/venv/bin/activate
46
pytest -sv --doctest-modules --cov nibabies --cov-report xml nibabies
47
- name: Submit coverage
48
- run: |
49
- # Pin codecov version to reduce scope for malicious updates
50
- python -m pip install "codecov==2.1.11"
51
- python -m codecov --file coverage.xml
+ uses: codecov/codecov-action@v3
+ with:
+ files: coverage.xml
pyproject.toml
@@ -65,7 +65,6 @@ maint = [
65
]
66
test = [
67
"coverage",
68
- "codecov",
69
"pytest",
70
"pytest-cov",
71
"pytest-env",
0 commit comments