Skip to content

Commit

Permalink
turn of coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Oct 29, 2018
1 parent 54d11ad commit a5794e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -141,7 +141,7 @@
"uglify-js": "^3.3.21",
"unified": "^7.0.0",
"videojs-flash": "^2.1.0",
"videojs-generate-karma-config": "~3.1.1-1",
"videojs-generate-karma-config": "~4.0.2",
"videojs-standard": "^8.0.2",
"watchify": "^3.11.0",
"webpack": "^1.15.0"
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Expand Up @@ -2,7 +2,7 @@ const generate = require('videojs-generate-karma-config');

module.exports = function(config) {
const coverageFlag = process.env.npm_config_coverage;
const reportCoverage = process.env.TRAVIS || coverageFlag || false;
const reportCoverage = false; // process.env.TRAVIS || coverageFlag || false;

// see https://github.com/videojs/videojs-generate-karma-config
// for options
Expand Down

0 comments on commit a5794e3

Please sign in to comment.