Skip to content

Commit e3de6e8

Browse files
authored
Create .codecov.yml
Disable annoying 'codecov/patch' check and change 'codecov/project' fail threshold to 5.
1 parent a60f403 commit e3de6e8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.codecov.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 5
7+
base: auto
8+
# advanced
9+
branches: null
10+
if_no_uploads: error
11+
if_not_found: success
12+
if_ci_failed: error
13+
only_pulls: false
14+
flags: null
15+
paths: null
16+
patch: off
17+
comment:
18+
layout: "diff, files"
19+
behavior: default
20+
require_changes: false # if true: only post the comment if coverage changes
21+
require_base: no # [yes :: must have a base report to post]
22+
require_head: yes # [yes :: must have a head report to post]
23+
branches: null # branch names that can post comment

0 commit comments

Comments
 (0)