Skip to content

Commit 7ef678c

Browse files
committed
ci: update codecov to newest version
1 parent d5f6722 commit 7ef678c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
shell: bash
3131
- name: Upload coverage to Codecov
3232
if: runner.os == 'Linux'
33-
uses: codecov/codecov-action@v1.0.3
33+
uses: codecov/codecov-action@v3.1.2
3434
with:
3535
token: ${{secrets.CODECOV_TOKEN}}
3636
file: ./coverage.xml

Diff for: pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ipython = "^7.2"
6666
pytest = "^7.0.0"
6767
pytest-cov = "^2.6"
6868
pytest-mock = "^2.0"
69-
codecov = "^2.0"
7069
pytest-regressions = "^2.4.0"
7170
pytest-freezer = "^0.4.6"
7271
# code formatter

0 commit comments

Comments
 (0)