Skip to content

Commit

Permalink
ci: add Codecov token setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark authored Feb 2, 2024
1 parent dfbb32a commit e95ad51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
coverage xml
- name: Upload finalized coverage report
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
fail_ci_if_error: true

0 comments on commit e95ad51

Please sign in to comment.