Skip to content

Commit

Permalink
Merge pull request #103 from infosiftr/codecov
Browse files Browse the repository at this point in the history
Disable Codecov (for now)
  • Loading branch information
yosifkit authored Jul 10, 2024
2 parents 5734481 + a00d28f commit 63bf7cf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63bf7cf

Please sign in to comment.