File: 010-multipkg-coverage.txt

package info (click to toggle)
golang-github-jstemmer-go-junit-report 2.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: xml: 975; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
=== RUN TestA
--- PASS: TestA (0.10 seconds)
=== RUN TestB
--- PASS: TestB (0.30 seconds)
PASS
coverage: 10% of statements
ok  	package1/foo 0.400s  coverage: 10.0% of statements
=== RUN TestC
--- PASS: TestC (4.20 seconds)
PASS
coverage: 99.8% of statements
ok  	package2/bar 4.200s  coverage: 99.8% of statements