We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5734481 + a00d28f commit 63bf7cfCopy full SHA for 63bf7cf
.github/workflows/ci.yml
@@ -42,12 +42,13 @@ jobs:
42
run: |
43
docker build --pull --file Dockerfile.test --tag test .
44
docker run --rm test cat coverage.out > coverage.out
45
- - name: Codecov
46
- uses: codecov/codecov-action@v3
47
- with:
48
- files: coverage.out
49
- fail_ci_if_error: true
50
- 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
51
+ # verbose: true
52
dockerfile:
53
name: Test Dockerfile
54
runs-on: ubuntu-latest
0 commit comments