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 a670e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
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 a670e51

Please sign in to comment.