From e478b0a319725316b86a4e72e545d61008b5e5f4 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sat, 14 Oct 2023 18:52:31 +0100 Subject: [PATCH] downgrade codecov to v3 --- .github/workflows/run-all-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml index 04527812..9f8fc509 100644 --- a/.github/workflows/run-all-tests.yml +++ b/.github/workflows/run-all-tests.yml @@ -46,7 +46,7 @@ jobs: run: | pytest tests --cov=fastkml --cov=tests --cov-fail-under=88 --cov-report=xml - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true