-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecov.yml
More file actions
21 lines (19 loc) · 817 Bytes
/
codecov.yml
File metadata and controls
21 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
github_checks:
annotations: true
# Always comment on PRs, always create new comments
comment:
layout: "newheader, diff, flags, files"
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [yes :: must have a base report to post]
require_head: true # [yes :: must have a head report to post]
show_carryforward_flags: true
show_critical_paths: true # new option to labeled critical files
hide_comment_details: true # collapse all the "detailed info" for the PR comment
# Require a minimum coverage for the codecov/project PR check
coverage:
status:
patch: off # yamllint disable-line rule:truthy
project:
default:
target: "55%" # overall project/ repo coverage
threshold: "1%"