-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
37 lines (33 loc) · 1021 Bytes
/
Copy pathcodecov.yml
File metadata and controls
37 lines (33 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
coverage:
status:
project:
default:
target: auto
threshold: 2%
patch:
default:
target: 80%
precision: 1
round: down
range: "60...100"
ignore:
- cmd/** # thin entry point, no logic
- internal/providers/provider.go # pure interfaces + type aliases
- internal/store/store.go # pure Store interface
- internal/core/sync_types.go # pure struct definitions
- internal/prompt/fake.go # test infrastructure
- internal/plaidlogin/errors.go # trivial error constants + Error()/Unwrap()
- internal/cli/cli_completion.go # cobra shell completion boilerplate
component_management:
individual_components:
- component_id: cmd
name: cmd
paths:
- cmd/**
- component_id: internal
name: internal
paths:
- internal/**
comment:
layout: "header, diff, flags, components, files"
require_changes: true