Skip to content

Commit 558af4b

Browse files
committed
ci: update codecov to newest version
1 parent 59ad9c4 commit 558af4b

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
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
3434
with:
3535
token: ${{secrets.CODECOV_TOKEN}}
3636
file: ./coverage.xml

poetry.lock

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ ipython = "^7.2"
7777
pytest = "^7.2.0"
7878
pytest-cov = "^4.0"
7979
pytest-mock = "^3.10"
80-
codecov = "^2.0"
8180
pytest-regressions = "^2.4.0"
8281
pytest-freezer = "^0.4.6"
8382
# code formatter

0 commit comments

Comments
 (0)