Skip to content

Commit 94d1230

Browse files
committed
Attempt to not make codecov check an error
1 parent afd4100 commit 94d1230

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/codecov.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ coverage:
99
round: down
1010
range: "50...70"
1111
status:
12-
patch: true
12+
patch:
13+
default:
14+
target: auto
15+
threshold: 1%
16+
base: auto
17+
if_ci_failed: success
18+
informational: true
19+
only_pulls: true
1320
default_rules:
1421
flag_coverage_not_uploaded_behavior: exclude
1522
project:
@@ -25,8 +32,6 @@ comment:
2532
layout: "diff,flags,files"
2633
behavior: default
2734
require_changes: false
28-
paths:
29-
- "!**/*Editor.cs"
3035
require_base: true
3136
require_head: true
3237
after_n_builds: 1

0 commit comments

Comments
 (0)