Exemplo n.º 1
0
func init() {
	coverage.Register(`<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "http://cobertura`, New())
}
Exemplo n.º 2
0
func init() {
	coverage.Register("SF:", New())
	coverage.Register("TN:", New())
}
Exemplo n.º 3
0
func init() {
	coverage.Register("mode:", New())
}
Exemplo n.º 4
0
func init() {
	coverage.Register(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE report PUBLIC "-//JACOCO`, New())
}