Skip to content

Commit

Permalink
Merge branch 'master' into feature/ignore-code-by-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Sep 14, 2020
2 parents faeceb3 + 5eb5357 commit 8a1910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function execute(): void
$this->runMutationAnalysis();

$this->minMsiChecker->checkMetrics(
$this->metricsCalculator->getTotalMutantsCount(),
$this->metricsCalculator->getTestedMutantsCount(),
$this->metricsCalculator->getMutationScoreIndicator(),
$this->metricsCalculator->getCoveredCodeMutationScoreIndicator(),
$this->consoleOutput
Expand Down

0 comments on commit 8a1910c

Please sign in to comment.