Skip to content

Commit

Permalink
Merge branch 'remove-skipped-from-final-score' of https://github.com/…
Browse files Browse the repository at this point in the history
…fbustamant3/go-mutesting into skipped-score
  • Loading branch information
mbellotti committed Jan 9, 2022
2 parents ff853d4 + b98a168 commit 255b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-mutesting/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (ms *mutationStats) Score() float64 {
}

func (ms *mutationStats) Total() int {
return ms.passed + ms.failed + ms.skipped
return ms.passed + ms.failed
}

func getJobs(opts *options) int {
Expand Down

0 comments on commit 255b0a3

Please sign in to comment.