Skip to content

Commit

Permalink
Add coverall to follow our coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Mar 23, 2018
1 parent 2cd7003 commit ae4f36a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
39 changes: 36 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -48,6 +48,7 @@
"js-test-karma": "karma start js/tests/karma.conf.js",
"js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
"js-test-cloud": "ruby -r webrick -e \"s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start\" & node build/saucelabs-unit-test.js",
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
"docs-compile": "bundle exec jekyll build",
"postdocs-compile": "npm run docs-workbox-precache",
Expand All @@ -64,7 +65,7 @@
"release-version": "node build/change-version.js",
"release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..",
"dist": "npm-run-all --parallel css js",
"test": "npm-run-all dist js-test docs-compile docs-lint bundlesize",
"test": "npm-run-all dist js-test docs-compile docs-lint bundlesize coveralls",
"watch": "npm-run-all --parallel watch-css watch-js",
"watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css\"",
"watch-js": "nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x \"npm run js-compile\""
Expand Down Expand Up @@ -95,6 +96,7 @@
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.16.0",
"clean-css-cli": "^4.1.11",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
"eslint": "^4.19.0",
"eslint-plugin-compat": "^2.2.0",
Expand Down

0 comments on commit ae4f36a

Please sign in to comment.