Skip to content

Commit

Permalink
Temporarily disable codecov.io upload
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Aug 4, 2024
1 parent 6f57f24 commit abc60f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ jobs:
--excl-start GRCOV_EXCL_START \
--excl-stop GRCOV_EXCL_STOP
rm -rf html/badges
- name: Upload the coverage report to codecov.io
uses: codecov/codecov-action@v1
with:
files: coverage.lcov
fail_ci_if_error: true
# - name: Upload the coverage report to codecov.io
# uses: codecov/codecov-action@v1
# with:
# files: coverage.lcov
# fail_ci_if_error: true
- name: Deploy the code coverage report
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit abc60f5

Please sign in to comment.