diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9086fc59d30..fbd2de59fa3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -90,7 +90,6 @@ jobs: - name: codecov uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 2.1.0 with: - fail_ci_if_error: true files: ./e2e-coverage.out,./attestor/e2e/e2e-coverage.out verbose: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c497a1b342c..fd3b7cf5cc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,6 @@ jobs: - name: Upload codecoverage uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 2.1.0 with: - fail_ci_if_error: true files: ./unit-coverage.out,./attestor/unit-coverage.out verbose: true generate-mocks: