Skip to content

Commit

Permalink
Disable codecov.io upload
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher committed Apr 4, 2022
1 parent 9c4280b commit e5a5751
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
- name: Generate code coverage
run: cargo +nightly tarpaulin --out Xml --timeout 3600

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
version: "v0.1.15"
fail_ci_if_error: true
# Uncomment when codecov.io access has been approved
# - name: Upload to codecov.io
# uses: codecov/codecov-action@v2
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# version: "v0.1.15"
# fail_ci_if_error: true

0 comments on commit e5a5751

Please sign in to comment.