Skip to content

Commit dd0697f

Browse files
committed
Small codecov fix related to the large pcre2test PR
1 parent 74db915 commit dd0697f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ component_management:
3232
- component_id: library
3333
name: "Core library"
3434
paths:
35-
- '!src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
35+
- '!src/((pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c|pcre2test_inc\.h)'
3636
statuses:
3737
- type: project
3838
target: auto
@@ -41,7 +41,7 @@ component_management:
4141
- component_id: test_binaries
4242
name: "Test binaries"
4343
paths:
44-
- 'src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
44+
- 'src/((pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c|pcre2test_inc\.h)'
4545
statuses:
4646
- type: project
4747
target: auto

RunTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ checkresult()
197197

198198
checkspecial()
199199
{
200-
$sim $valgrind $vjs $pcre2test -q $1 >>testSoutput
200+
$sim $valgrind $vjs $pcre2test $1 >>testSoutput
201201
if [ $? -ne 0 ] ; then
202202
echo "** pcre2test $1 failed - check testSoutput"
203203
yield=1

0 commit comments

Comments
 (0)