-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcodecov.yml
More file actions
27 lines (25 loc) · 835 Bytes
/
codecov.yml
File metadata and controls
27 lines (25 loc) · 835 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
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
coverage:
status:
default_rules:
flag_coverage_not_uploaded_behavior: pass
project:
default: # default is the status check's name, not default settings
target: 100%
threshold: 1%
if_ci_failed: success #success, failure, error, ignore
informational: true
only_pulls: false
patch:
default:
informational: true
comment:
layout: "header, diff, flags, files, footer"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: false # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]