From a9da918f9898d5d3b5d36324566a4f71407b2792 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 8 Jul 2020 13:18:54 +0200 Subject: [PATCH] ci: codecov revert to 1.0.7 (#6642) Co-authored-by: Alessio Treglia --- .github/workflows/test.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88595f0b18..f3d48cfb43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,10 +73,9 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.10 + - uses: codecov/codecov-action@v1.0.7 with: file: ./coverage.txt - fail_ci_if_error: true if: "env.GIT_DIFF != ''" test-coverage-run-2: @@ -111,10 +110,9 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.10 + - uses: codecov/codecov-action@v1.0.7 with: file: ./coverage.txt - fail_ci_if_error: true if: "env.GIT_DIFF != ''" test-coverage-run-3: @@ -149,10 +147,9 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.10 + - uses: codecov/codecov-action@v1.0.7 with: file: ./coverage.txt - fail_ci_if_error: true if: "env.GIT_DIFF != ''" test-coverage-run-4: @@ -187,10 +184,9 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.10 + - uses: codecov/codecov-action@v1.0.7 with: file: ./coverage.txt - fail_ci_if_error: true if: "env.GIT_DIFF != ''" integration-tests: