Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava0135 committed Jul 3, 2024
1 parent 324b150 commit 2049e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/neotest/coverage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2049e28

Please sign in to comment.