Skip to content

Commit

Permalink
Disable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lior-govrin committed Apr 3, 2024
1 parent 744d96b commit d5d7692
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
cp coverage.out $TEST_RESULTS
cp coverage.txt $TEST_RESULTS
cp coverage.html $TEST_RESULTS
- name: Upload coverage report
uses: codecov/[email protected]
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
# - name: Upload coverage report
# uses: codecov/[email protected]
# with:
# file: ./coverage.txt
# fail_ci_if_error: true
# verbose: true
- name: Store coverage test output
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d5d7692

Please sign in to comment.