Skip to content

Commit

Permalink
feat(ci): rm codecov from CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 22, 2024
1 parent 62eedda commit 32b51ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ jobs:
- test-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-
- test-{{ .Environment.CACHE_VERSION }}-
- run: yarn test
- codecov/upload:
file: './packages/bezier-react/coverage/lcov.info'
- save_cache:
key: test-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{ epoch }}
<<: *test_cache_path
Expand Down

0 comments on commit 32b51ab

Please sign in to comment.