From 6ecbe083d537465547b60eb8b10851881bd84738 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 15 Apr 2023 10:37:58 +0200 Subject: [PATCH] ci: use non-deprecated codecov action --- .github/workflows/unit-test.yaml | 3 +-- dev-requirements.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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