diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index f0ac849..f082164 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 0c50f19..e1e3068 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,3 @@ pytest pytest-cov pytest-mock -codecov