Skip to content

Commit

Permalink
Remove cobertura.ser from Cobertura searchPaths (#365)
Browse files Browse the repository at this point in the history
Our current Cobertura parser supports XML format only.
  • Loading branch information
Ale Paredes committed Sep 20, 2018
1 parent 91112eb commit d4851b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatters/cobertura/cobertura.go
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/pkg/errors"
)

var searchPaths = []string{"cobertura.xml", "cobertura.ser"}
var searchPaths = []string{"cobertura.xml"}

type Formatter struct {
Path string
Expand Down

0 comments on commit d4851b4

Please sign in to comment.