Skip to content

Commit 3febd01

Browse files
committed
move coverage to circle ci
1 parent d1eedba commit 3febd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
- run: npm ci
2020

21-
- run: cat ./coverage/core/lcov.info | ./node_modules/coveralls/bin/coveralls.js
22-
2321
- save_cache:
2422
name: Save Package Cache
2523
key: packages-{{ .Branch }}-{{ checksum "package-lock.json" }}
2624
paths:
2725
- node_modules/
2826

2927
- run: npm run all
28+
29+
- run: cat ./coverage/core/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)