Skip to content

Commit 7de5669

Browse files
committed
🔧 config: update circiel ci config
1 parent c7a9482 commit 7de5669

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
44
#
5+
orbs:
6+
codecov: codecov/[email protected]
57
version: 2
68
jobs:
79
build:
@@ -38,4 +40,7 @@ jobs:
3840
# run tests!
3941
- run: yarn lint
4042
- run: yarn test:unit
41-
- run: yarn ci:coverage && bash <(curl -s https://codecov.io/bash)
43+
- run: yarn ci:coverage
44+
45+
- codecov/upload:
46+
file: ./coverage.lcov

0 commit comments

Comments
 (0)