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

mlange-42 / modo / 13179358125

06 Feb 2025 01:00PM CUT coverage: 74.08% (+2.0%) from 72.118%
13179358125

push

github

web-flow
More unit tests, utilities package (#211)

31 of 37 new or added lines in 6 files covered. (83.78%)

1772 of 2392 relevant lines covered (74.08%)

27.67 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 {
5✔
10
        if err := os.RemoveAll(dir); err != nil {
5✔
11
                return err
×
12
        }
×
13
        return util.MkDirs(dir)
5✔
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