Skip to content

Commit

Permalink
Remove unused code coverage command (#45684)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch authored Sep 1, 2021
1 parent 6f7f3b1 commit 1a981d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 216 deletions.
4 changes: 0 additions & 4 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,6 @@ task("watch-local").flags = {
" --built": "Compile using the built version of the compiler."
};

const generateCodeCoverage = () => exec("istanbul", ["cover", "node_modules/mocha/bin/_mocha", "--", "-R", "min", "-t", "" + cmdLineOptions.testTimeout, "built/local/run.js"]);
task("generate-code-coverage", series(preBuild, buildTests, generateCodeCoverage));
task("generate-code-coverage").description = "Generates code coverage data via istanbul";

const preTest = parallel(buildTsc, buildTests, buildServices, buildLssl);
preTest.displayName = "preTest";

Expand Down
211 changes: 0 additions & 211 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"gulp-newer": "latest",
"gulp-rename": "latest",
"gulp-sourcemaps": "latest",
"istanbul": "latest",
"merge2": "latest",
"minimist": "latest",
"mkdirp": "latest",
Expand Down

0 comments on commit 1a981d1

Please sign in to comment.