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

mlange-42 / modo / 12771562747

14 Jan 2025 04:02PM CUT coverage: 33.838% (-0.2%) from 34.065%
12771562747

push

github

web-flow
Improve modularity, cleanup (#35)

* move link processing to Processor
* move collecting paths to Processor
* move link and path formatting to Formatter
* write auxiliary files from top-level render func

24 of 133 new or added lines in 8 files covered. (18.05%)

268 of 792 relevant lines covered (33.84%)

1.9 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