Skip to content

Commit

Permalink
Adding code coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
carwin committed Dec 19, 2020
1 parent a03b230 commit 54a8730
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 3 deletions.
172 changes: 170 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"test": "jest --coverage",
"build:dev": "webpack --config webpack.dev.babel.js",
"build:prod": "webpack --config webpack.prod.babel.js",
"watch": "webpack --config webpack.dev.babel.js --watch "
"watch": "webpack --config webpack.dev.babel.js --watch",
"predeploy": "npm run build:dev",
"deploy": "gh-pages -d docs --remote github"
},
"keywords": [
"flag"
Expand All @@ -34,6 +36,7 @@
"eslint": "^7.14.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jsdoc": "^30.7.8",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.0",
"lodash": "^4.17.20",
Expand Down

0 comments on commit 54a8730

Please sign in to comment.