Skip to content

Commit 3efd1be

Browse files
committed
Fix another Codecov typo
1 parent 070f561 commit 3efd1be

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
@@ -6,7 +6,7 @@ codecov:
66
notify_error: true
77

88
coverage:
9-
range: 65..80
9+
range: 75..90
1010
round: nearest
1111
precision: 2
1212

@@ -33,7 +33,7 @@ component_management:
3333
- component_id: library
3434
name: "Core library"
3535
paths:
36-
- '!src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint.c)\.c'
36+
- '!src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
3737
statuses:
3838
- type: project
3939
target: auto
@@ -42,7 +42,7 @@ component_management:
4242
- component_id: test_binaries
4343
name: "Test binaries"
4444
paths:
45-
- 'src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint.c)\.c'
45+
- 'src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
4646
statuses:
4747
- type: project
4848
target: auto

0 commit comments

Comments
 (0)