-
Notifications
You must be signed in to change notification settings - Fork 4
/
codecov.yml
22 lines (19 loc) · 898 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
# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
codecov:
require_ci_to_pass: false # post report without waiting for other status checks to complete or pass
comment:
layout: "reach, diff, files" # see https://docs.codecov.com/docs/pull-request-comments#layout
behavior: default # see https://docs.codecov.com/docs/pull-request-comments#behavior
require_changes: true # post report only if coverage results change
coverage:
status:
project:
default:
informational: true # get coverage status but prevent them from blocking the PR
target: auto # each PR must increase coverage,
threshold: 10% # within a threshold
patch:
default:
informational: true
target: 100% # new code must be fully tested