mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
=== RUN TestA
|
|
--- PASS: TestA (0.10 seconds)
|
|
=== RUN TestB
|
|
--- PASS: TestB (0.30 seconds)
|
|
PASS
|
|
coverage: 10% of statements in fmt, encoding/xml
|
|
ok package1/foo 0.400s coverage: 10.0% of statements in fmt, encoding/xml
|
|
=== RUN TestC
|
|
--- PASS: TestC (4.20 seconds)
|
|
PASS
|
|
coverage: 99.8% of statements in fmt, encoding/xml
|
|
ok package2/bar 4.200s coverage: 99.8% of statements in fmt, encoding/xml
|