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

mlange-42 / modo / 13230183585

09 Feb 2025 10:25PM CUT coverage: 74.11% (+0.008%) from 74.102%
13230183585

push

github

web-flow
Move walk over docs to a separate type, add docstings (#218)

* upgrade dependencies
* move docs walk to a separate type
* fix linter warnings, add docstings

112 of 122 new or added lines in 8 files covered. (91.8%)

2353 of 3175 relevant lines covered (74.11%)

48.52 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