Merge pull request #103 from infosiftr/codecov

Disable Codecov (for now)
This commit is contained in:
yosifkit 2024-07-10 14:25:48 -07:00 committed by GitHub
commit 63bf7cff3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 6 deletions

View File

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