mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-03 20:52:47 -05:00
Revert changes to coverage regexps
Add expected test output instead
This commit is contained in:
@ -312,7 +312,9 @@ var testCases = []TestCase{
|
||||
Name: "TestB",
|
||||
Time: 300,
|
||||
Result: parser.PASS,
|
||||
Output: []string{},
|
||||
Output: []string{
|
||||
"coverage: 10% of statements",
|
||||
},
|
||||
},
|
||||
},
|
||||
CoveragePct: "10.0",
|
||||
@ -722,7 +724,9 @@ var testCases = []TestCase{
|
||||
Name: "TestB",
|
||||
Time: 300,
|
||||
Result: parser.PASS,
|
||||
Output: []string{},
|
||||
Output: []string{
|
||||
"coverage: 10% of statements in fmt, encoding/xml",
|
||||
},
|
||||
},
|
||||
},
|
||||
CoveragePct: "10.0",
|
||||
|
Reference in New Issue
Block a user