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

mlange-42 / modo / 13179908752

06 Feb 2025 01:30PM CUT coverage: 67.877% (-6.2%) from 74.08%
13179908752

Pull #212

github

web-flow
Merge ec7f154d8 into 1566231bf
Pull Request #212: Add tests for CLI commands

30 of 46 new or added lines in 5 files covered. (65.22%)

2149 of 3166 relevant lines covered (67.88%)

40.09 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