Skip to content

Commit 300af43

Browse files
committed
MAINT: Purge removed codecov python package
1 parent cda169f commit 300af43

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
source /tmp/venv/bin/activate
4646
pytest -sv --doctest-modules --cov nibabies --cov-report xml nibabies
4747
- 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
48+
uses: codecov/codecov-action@v3
49+
with:
50+
files: coverage.xml

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ maint = [
6565
]
6666
test = [
6767
"coverage",
68-
"codecov",
6968
"pytest",
7069
"pytest-cov",
7170
"pytest-env",

0 commit comments

Comments
 (0)