gitstack

grindlemire/go-tui code browser

371 B YAML 18 lines 2026-06-12 · 896358a raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  status:
    # Informational while coverage is being raised toward the 80% target;
    # flip to blocking thresholds once the library packages are there.
    project:
      default:
        informational: true
    patch:
      default:
        informational: true

ignore:
  - "examples"
  - "dist"
  - "editor"
  - "docs"
  - "scripts"
  - "cmd/tui/testdata"