Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
chore: generate lcov files
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed Aug 19, 2021
1 parent 245d51f commit ecf1965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.nyc_output/
.DS_Store
coverage
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pnpm-lock.yaml
test/
coverage/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AST Node Building api",
"main": "index.js",
"scripts": {
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
"test": "nyc --reporter=lcov mocha --forbid-only \"test/**/*.test.js\"",
"deploy-patch": "npm version patch && git push && git push --tags && npm publish",
"deploy-minor": "npm version minor && git push && git push --tags && npm publish",
"coverage": "nyc report --reporter=text-lcov | coveralls --verbose",
Expand Down

0 comments on commit ecf1965

Please sign in to comment.