Skip to content

Commit

Permalink
chore(gha): skip code coverage report
Browse files Browse the repository at this point in the history
- `ci.yml` skips reporting code coverage unless `CODECOV_UPLOAD_TOKEN`
  secret is configured.
  • Loading branch information
kikuomax committed Nov 21, 2023
1 parent 5682b2c commit 2855765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:

- name: Report to codecov.io
uses: codecov/codecov-action@v3
if: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
with:
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
files: ./lcov.info
Expand Down

0 comments on commit 2855765

Please sign in to comment.