Skip to content

Commit 09011d9

Browse files
committed
move coverage to circle ci
1 parent 91ed6e2 commit 09011d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2.1
22
orbs:
33
browser-tools: circleci/browser-tools@1.2.4
4+
coveralls: coveralls/coveralls@1.0.6
45
jobs:
56
build:
67
docker:
@@ -26,4 +27,5 @@ jobs:
2627

2728
- run: npm run all
2829

29-
- run: cat ./coverage/core/lcov.info | ./node_modules/coveralls/bin/coveralls.js
30+
- coveralls/upload:
31+
path_to_lcov: ./coverage/core/lcov.info

0 commit comments

Comments
 (0)