forked from ossf/scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
45 lines (41 loc) · 920 Bytes
/
.codecov.yml
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:
notify:
after_n_builds: 1
require_ci_to_pass: yes
ignore:
- "**/*.pb.go"
- "cron/**/*"
- "clients/mockclients/**/*"
# ignoring them as these are internal tools for generating docs.
- "docs/**/*"
# this is the runner
- "main.go"
# this package is deprecated and going to be removed.
- "dependencydiff/**/*"
coverage:
precision: 2
round: down
range: 50..75
status:
project:
default:
informational: true
if_not_found: success
if_no_uploads: success
if_ci_failed: error
patch:
default:
# patch coverage should be within 10% of existing coverage
target: auto
threshold: 10%
if_not_found: success
if_no_uploads: success
if_ci_failed: error
changes: false
comment:
layout: "header, diff"
behavior: default
require_changes: false
github_checks:
annotations: true