go-junit-report/testdata/018-coverpkg.txt
2022-03-27 23:55:59 +01:00

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