diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc821e3..5177e08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,13 @@ jobs: run: | docker build --pull --file Dockerfile.test --tag test . docker run --rm test cat coverage.out > coverage.out - - name: Codecov - uses: codecov/codecov-action@v3 - with: - files: coverage.out - fail_ci_if_error: true - verbose: true + # TODO find a suitable codecov solution that doesn't require privileged access to the org/repo + #- name: Codecov + # uses: codecov/codecov-action@v3 + # with: + # files: coverage.out + # fail_ci_if_error: true + # verbose: true dockerfile: name: Test Dockerfile runs-on: ubuntu-latest