forked from go-language-server/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
45 lines (37 loc) · 737 Bytes
/
.codecov.yml
File metadata and controls
45 lines (37 loc) · 737 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
38
39
40
41
42
43
44
45
codecov:
allow_coverage_offsets: true
parsers:
go:
partials_as_hits: true
coverage:
precision: 1
round: down
range: "70...100"
status:
default_rules:
flag_coverage_not_uploaded_behavior: include
project:
default:
target: auto
threshold: 1%
if_not_found: success
if_ci_failed: error
patch:
default:
only_pulls: true
target: 50%
threshold: 10%
changes:
default:
target: auto
threshold: 10%
if_not_found: success
if_ci_failed: error
branches:
- main
comment:
behavior: default
require_changes: true
show_carryforward_flags: true
github_checks:
annotations: true