Discover Packages
github.com/chainloop-dev/chainloop
pkg
attestation
crafter
materials
jacoco
package
Version:
v0.139.0
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Counter struct {
Type string `xml:"type,attr" json:"type"`
Missed int `xml:"missed,attr" json:"missed"`
Covered int `xml:"covered,attr" json:"covered"`
}
type Report struct {
Counters []*Counter `xml:"counter" json:"counters"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.