cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
29
fork

Configure Feed

Select the types of activity you want to include in your feed.

at d9ec13f0bf968c38c79aa843d993757e10e1e383 23 lines 450 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 - "cmd/cli/main.go" # Main entry point typically has minimal logic to test