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

mlange-42 / modo / 12734892245

12 Jan 2025 03:37PM CUT coverage: 27.616% (+14.7%) from 12.913%
12734892245

push

github

web-flow
Add CLI flag `--case-insensitive` (#21)

* Use `-` instead of `_` to mark capitalized file names
* Add CLI flag for case-insensitive systems
* Add unit test for signature generation

10 of 23 new or added lines in 3 files covered. (43.48%)

95 of 344 relevant lines covered (27.62%)

1.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cmd/modo/main.go
1
package main
2

3
import (
4
        "log"
5
)
6

7
func main() {
×
8
        if err := rootCommand().Execute(); err != nil {
×
9
                log.Fatal(err)
×
10
        }
×
11
}
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