From 15b4ddb4074a7e16d4a6653deed0f86a8485839e Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 4 Oct 2020 17:58:13 +0200 Subject: [PATCH] stryker: use per test coverage --- stryker.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stryker.conf.js b/stryker.conf.js index ccf15ea..4411018 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -21,6 +21,6 @@ module.exports = { testFramework: 'jasmine', jasmineConfigFile: 'jasmine.json', transpilers: [], - coverageAnalysis: 'all', + coverageAnalysis: 'perTest', mutate: [ 'index.js' ] };