Skip to content

Commit 155e98a

Browse files
author
Agnes Lin
committed
ci: test
Signed-off-by: Agnes Lin <[email protected]>
1 parent ebf7907 commit 155e98a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333

3434
- run: npm install
35-
- run: npm test
35+
- run: npm run coverage
3636
env:
3737
CI: true
38-
- run: npm run coverage
38+
# - run: npm run coverage
3939

4040
- name: Coveralls
4141
uses: coverallsapp/github-action@master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "IBM Corp.",
99
"main": "index.js",
1010
"scripts": {
11-
"coverage": "nyc report --reporter=text-lcov --reporter=lcov | coveralls",
11+
"coverage": "npm test && nyc report --reporter=text-lcov --reporter=lcov | coveralls",
1212
"benchmarks": "make benchmarks",
1313
"leak-detection": "make leak-detection",
1414
"test": "nyc mocha test/*.test.js node_modules/juggler-v4/test.js",

0 commit comments

Comments
 (0)