We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679130f commit 029798eCopy full SHA for 029798e
.coveralls.yml
@@ -1,2 +1 @@
1
-service_name: travis-pro
2
repo_token: PErHbCHp8C7DPOcd5LvqBgcnMdJzjhIYc
.travis.yml
@@ -9,4 +9,5 @@ env:
9
- ACTION="run dist"
10
- ACTION="test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
11
script:
12
-- npm $ACTION
+- npm $ACTION
13
+- npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
0 commit comments