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

mlange-42 / modo / 14906409570

08 May 2025 12:25PM CUT coverage: 73.859% (-0.3%) from 74.172%
14906409570

Pull #235

github

web-flow
Merge 8cdafcb4d into ff24fc512
Pull Request #235: Add support for aliases in traits

4 of 19 new or added lines in 4 files covered. (21.05%)

2379 of 3221 relevant lines covered (73.86%)

48.03 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