Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 0935557

Browse files
committed
hopefully found the correct value now
1 parent dc16265 commit 0935557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ before_script:
1212
- npm install
1313
- npm install codeclimate-test-reporter istanbul -g
1414
script:
15-
- istanbul cover "./node_modules/mocha/bin/_mocha" --report lcovonly --print detail -- -R test
15+
- istanbul cover "./node_modules/mocha/bin/_mocha" --report lcovonly --print detail -- --recursive --reporter spec
1616
after_success:
1717
- codeclimate-test-reporter < ./coverage/lcov.info

0 commit comments

Comments
 (0)