Skip to content

Commit a8586c7

Browse files
authored
Update config.yml
1 parent 1a8be42 commit a8586c7

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
@@ -31,4 +31,6 @@ jobs:
3131
key: v1-dependencies-{{ checksum "package.json" }}
3232

3333
# run tests!
34-
- run: npm test
34+
- run:|
35+
npm install -g istanbul codecov
36+
istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit && codecov -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)