Skip to content

Commit 961cfb6

Browse files
committed
Fix an error in the spammy Codecov configuration
1 parent ce42cfa commit 961cfb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ coverage:
1515

1616
patch:
1717
default:
18-
target: auto
19-
threshold: 2%
18+
target: 0%
2019

2120
github_checks:
2221
annotations: false
@@ -36,7 +35,8 @@ component_management:
3635
- '!src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
3736
statuses:
3837
- type: project
39-
target: 0%
38+
target: auto
39+
threshold: 0.5%
4040

4141
- component_id: test_binaries
4242
name: "Test binaries"

0 commit comments

Comments
 (0)