Skip to content

Commit

Permalink
set coverageAnalysis: "off", as needed by command runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Aug 19, 2020
1 parent 42af318 commit 1953958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stryker.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module.exports = {
reporters: ["html", "clear-text", "progress"],
testRunner: "command",
transpilers: [],
coverageAnalysis: "all",
coverageAnalysis: "off",
};

0 comments on commit 1953958

Please sign in to comment.