• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mlange-42 / modo / 14248335085

03 Apr 2025 04:44PM CUT coverage: 74.221%. Remained the same
14248335085

Pull #231

github

web-flow
Merge 2b57ffe1b into d47933647
Pull Request #231: Add address sanitizer and debug warnings to tests bash script

1 of 1 new or added line in 1 file covered. (100.0%)

2381 of 3208 relevant lines covered (74.22%)

48.19 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
/internal/format/util.go
1
package format
2

3
import (
4
        "os"
5

6
        "github.com/mlange-42/modo/internal/util"
7
)
8

9
func emptyDir(dir string) error {
7✔
10
        if err := os.RemoveAll(dir); err != nil {
7✔
11
                return err
×
12
        }
×
13
        return util.MkDirs(dir)
7✔
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc