Skip to content

Commit

Permalink
Chore: Add script for code coverage by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
literat authored and OndraM committed Dec 15, 2021
1 parent c74e5a8 commit 86220c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
dist/package.json
dist/README.md
node_modules
coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"test": "npm-run-all --serial lint test:unit format types",
"test:unit": "jest --config ./config/jest.config.json",
"test:unit:watch": "yarn test:unit --watchAll",
"test:unit:coverage": "yarn test:unit --coverage",
"prepare": "husky install",
"changelog": "yarn changelog:from-tag",
"changelog:from-tag": "conventional-changelog -p @lmc-eu/conventional-changelog-lmc-bitbucket -i CHANGELOG.md -s",
Expand Down

0 comments on commit 86220c8

Please sign in to comment.