Skip to content

Commit

Permalink
feat(ci): modify files path
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 23, 2024
1 parent 0128a8b commit f2c1179
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
directory: './packages/bezier-react/coverage'
files: clover.xml,coverage-final.json
files: './packages/bezier-react/coverage/clover.xml','./packages/bezier-react/coverage/coverage-final.json'

0 comments on commit f2c1179

Please sign in to comment.