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 bfbee97 commit c3b708dCopy full SHA for c3b708d
.circleci/config.yml
@@ -32,6 +32,7 @@ jobs:
32
- ./node_modules
33
- run: yarn run test
34
- run: yarn run lint
35
+ - run: yarn run coverage-lcov
36
- run: yarn run codacy
37
38
build-node_4:
package.json
@@ -43,6 +43,7 @@
43
"coverage-html": "nyc report --reporter=html && open ./coverage/index.html",
44
"check-coverage": "nyc check-coverage --statements 40 --functions 40 --branches 0 --lines 40",
45
"report": "nyc report",
46
+ "coverage-lcov": "nyc report --reporter=lcov",
47
"codacy": "cat ./coverage/lcov.info | codacy-coverage",
48
"preversion": "yarn run test",
49
"postversion": "git push && git push --tags"
0 commit comments