Run the istanbul code-coverage via node script.
This commit is contained in:
+3
-1
@@ -7,4 +7,6 @@ before_script:
|
||||
|
||||
script: "./build.py ci"
|
||||
|
||||
after_success: "npm run test-coverage"
|
||||
after_success:
|
||||
- "npm run test-coverage"
|
||||
- "cat coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
|
||||
|
||||
Reference in New Issue
Block a user