We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf7907 commit 155e98aCopy full SHA for 155e98a
.github/workflows/continous-integration.yaml
@@ -32,10 +32,10 @@ jobs:
32
33
34
- run: npm install
35
- - run: npm test
+ - run: npm run coverage
36
env:
37
CI: true
38
- - run: npm run coverage
+ # - run: npm run coverage
39
40
- name: Coveralls
41
uses: coverallsapp/github-action@master
package.json
@@ -8,7 +8,7 @@
8
"author": "IBM Corp.",
9
"main": "index.js",
10
"scripts": {
11
- "coverage": "nyc report --reporter=text-lcov --reporter=lcov | coveralls",
+ "coverage": "npm test && nyc report --reporter=text-lcov --reporter=lcov | coveralls",
12
"benchmarks": "make benchmarks",
13
"leak-detection": "make leak-detection",
14
"test": "nyc mocha test/*.test.js node_modules/juggler-v4/test.js",
0 commit comments