Skip to content

Commit db55403

Browse files
committed
no coverage on circleci
1 parent a0f3911 commit db55403

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- run:
1919
name: test report html
2020
command: npm run test-clear
21-
- run:
22-
name: coverage
23-
command: npm run coverage
2421
- store_artifacts:
2522
path: test-results.xml
2623
prefix: tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "nyc --reporter=text-lcov mocha",
8-
"test-clear": "nyc --reporter=html mocha",
8+
"test-clear": "nyc --reporter=html --reporter=text mocha",
99
"coverage": "nyc report --reporter=text-lcov | coveralls",
1010
"start": "node src/demo.js",
1111
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"

0 commit comments

Comments
 (0)