We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190b216 commit 933809dCopy full SHA for 933809d
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
script:
17
- "npm run ${SCRIPT}"
18
after_script:
19
- - 'if [ "${SCRIPT}" == "test" ]; then npm i coveralls@3 && cat coverage/lcov.info | coveralls; fi'
+ - 'if [ "${SCRIPT}" == "test" ]; then nyc report --reporter=text-lcov | coveralls; fi'
20
notifications:
21
irc:
22
channels:
package.json
@@ -39,6 +39,7 @@
39
"devDependencies": {
40
"assume": "^2.2.0",
41
"browserify": "^16.2.3",
42
+ "coveralls": "^3.1.0",
43
"mocha": "^8.0.1",
44
"nyc": "^15.0.0",
45
"pre-commit": "^1.2.2",
0 commit comments