From d0eaa17e94cb2ca022bc1f108f1316afc5bfb5bc Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Wed, 21 Sep 2022 13:55:56 +0300 Subject: [PATCH] Reinstate codecov in CI (removed in #2392) Since this is a public project, the token shouldn't be necessary --- .github/workflows/integration.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 4812f8a125..1089b27608 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -71,6 +71,10 @@ jobs: with: name: pytest-results-${{matrix.test-type}} path: '${{matrix.test-type}}*results.xml' + - name: Upload codecov coverage + uses: codecov/codecov-action@v3 + with: + fail_ci_if_error: false # - name: View Test Results # uses: dorny/test-reporter@v1 # if: success() || failure() @@ -81,11 +85,6 @@ jobs: # list-suites: failed # list-tests: failed # max-annotations: 10 - # - name: Upload codecov coverage - # uses: codecov/codecov-action@v2 - # with: - # fail_ci_if_error: false - # token: ${{ secrets.CODECOV_TOKEN }} build_and_test_package: name: Validate building and installing the package