Skip to content

Commit

Permalink
feat(ci): modify codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 22, 2024
1 parent 03ba0b2 commit dc95e7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: ./packages/bezier-react/coverage/lcov.info
directory: ./packages/bezier-react/coverage/
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
files: clover.xml, lcov.info, coverage-final.json
verbose: true

0 comments on commit dc95e7e

Please sign in to comment.