cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
at main 29 lines 554 B view raw
1coverage: 2 status: 3 project: 4 default: 5 target: auto 6 threshold: 1% 7 informational: true 8 patch: 9 default: 10 target: auto 11 threshold: 1% 12 informational: true 13 14comment: 15 layout: "reach,diff,flags,tree" 16 behavior: default 17 require_changes: false 18 19ignore: 20 - "**/*_test.go" 21 - "**/testdata/**" 22 - "**/vendor/**" 23 - "internal/**/test_utilities.go" 24 - "internal/handlers/handler_test_suite.go" 25 - "tools/**" 26 - "internal/ui/common.go" 27 - "internal/ui/palette.go" 28 - "internal/ui/logo.go" 29