From 39810e0bcb994c298e1a292e5286d96ea91eda7e Mon Sep 17 00:00:00 2001 From: Andreas D Date: Tue, 27 Jul 2021 13:51:32 +0200 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 05c1e330..d8d0adcf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,4 +24,4 @@ jobs: pip install tox tox -- --cov felupe --cov-report xml --cov-report term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 \ No newline at end of file + uses: codecov/codecov-action@v2 \ No newline at end of file