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

mlange-42 / modo / 13178986359

06 Feb 2025 12:39PM CUT coverage: 72.993% (+0.9%) from 72.118%
13178986359

Pull #211

github

web-flow
Merge ac3e510ab into 721626c78
Pull Request #211: More unit tests, utilities package

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

1746 of 2392 relevant lines covered (72.99%)

27.56 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