Skip to content

Commit dcff9a3

Browse files
author
LazyTesting
committed
setup codeclimate unit test coverage reporting
1 parent 586b12b commit dcff9a3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
language: node_js
22
node_js:
33
- "6"
4-
4+
5+
addons:
6+
code_climate:
7+
repo_token: 6311d1210370d1d6590fa1fc6688b5d146cb3f996c2213487a4b5cd42eea8e67
8+
59
install:
610
- npm i
711

812
script:
9-
- npm test
13+
- npm test
14+
15+
after_script:
16+
- codeclimate-test-reporter < ./coverage/lcov.info

0 commit comments

Comments
 (0)