Skip to content

Commit 615cd20

Browse files
committed
Fix codecov warnings
1 parent e9b5c5b commit 615cd20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

codecov.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1+
---
2+
13
coverage:
24
status:
35
project:
46
default:
57
target: 0%
68
threshold: 2%
7-
patch: off
9+
patch: false
810
comment:
911
layout: "diff"
1012
behavior: once
1113
require_changes: true
12-
require_base: no
13-
require_head: yes
14+
require_base: false
15+
require_head: true
1416
branches: null
1517

1618
github_checks:

0 commit comments

Comments
 (0)