ci: use non-deprecated codecov action

This commit is contained in:
Erik Sundell
2023-04-15 10:37:58 +02:00
parent d531a127d8
commit 6ecbe083d5
2 changed files with 1 additions and 3 deletions

View File

@@ -97,5 +97,4 @@ jobs:
run: pytest --verbose --maxfail=2 --color=yes --durations=10 --cov=tljh tests/
timeout-minutes: 15
- name: Upload code coverage stats
run: codecov
- uses: codecov/codecov-action@v3

View File

@@ -1,4 +1,3 @@
pytest
pytest-cov
pytest-mock
codecov