Skip to content

Commit

Permalink
Added back generation of lcov report for Istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
lVlyke committed Apr 19, 2018
1 parent 42a14dc commit 092e67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const child_process = require("child_process");

(function main() {
child_process.execSync("istanbul cover --root ./spec/build/src --include-all-sources --report cobertura jasmine", { stdio: "inherit" });
child_process.execSync("istanbul cover --root ./spec/build/src --include-all-sources --report cobertura --report lcov jasmine", { stdio: "inherit" });

child_process.execSync("istanbul-cobertura-badger -b coverage -e 90 coverage/cobertura.xml -d coverage/", { stdio: "inherit" });
})();

0 comments on commit 092e67b

Please sign in to comment.