remove TODO
This commit is contained in:
parent
14f867564d
commit
5c3f7b2a13
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func reportCoverage() {
|
|||
}
|
||||
|
||||
func writeCoverageReport(w io.Writer) {
|
||||
fmt.Fprintf(w, "mode: set\n") // TODO: other mods
|
||||
fmt.Fprintf(w, "mode: set\n")
|
||||
cover := processCover()
|
||||
for name, blocks := range cover {
|
||||
for _, b := range blocks {
|
||||
|
|
Loading…
Reference in a new issue