Skip to content

Commit

Permalink
feat(ci): typo gix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 22, 2024
1 parent b8d0a08 commit 87749ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
directory: ./packages/bezier-react/coverage
files: ['./clover.xml', './coverage-final.json', './lcov.info']
files: ./clover.xml,./coverage-final.json,./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 87749ea

Please sign in to comment.