Skip to content

Commit

Permalink
ci: update codecov to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzBoehme committed Apr 13, 2023
1 parent d5f6722 commit 7ef678c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: bash
- name: Upload coverage to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v1.0.3
uses: codecov/codecov-action@v3.1.2
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ ipython = "^7.2"
pytest = "^7.0.0"
pytest-cov = "^2.6"
pytest-mock = "^2.0"
codecov = "^2.0"
pytest-regressions = "^2.4.0"
pytest-freezer = "^0.4.6"
# code formatter
Expand Down

0 comments on commit 7ef678c

Please sign in to comment.