Skip to content

Commit

Permalink
fix: clover coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux committed Jul 19, 2019
1 parent 6f6bbd8 commit ebba24e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/worker/builtin_coverage.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ func runParseCoverageResultAction(w *currentWorker) BuiltInAction {
parserMode = coverage.COBERTURA
case string(coverage.LCOV):
parserMode = coverage.LCOV
case string(coverage.CLOVER):
parserMode = coverage.CLOVER
default:
res.Reason = fmt.Sprintf("Coverage parser: unknown format %s", mode)
sendLog(res.Reason)
Expand Down

0 comments on commit ebba24e

Please sign in to comment.