Skip to content

Commit

Permalink
ci: use non-deprecated codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 15, 2023
1 parent ca84959 commit d7e9298
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest
pytest-cov
pytest-mock
codecov

0 comments on commit d7e9298

Please sign in to comment.