X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;fp=csrc%2Foceani-tests.mdc;h=45240a2b5d20d2c70080b59936cd7186c7e45644;hp=e502822eca852eab30e7c320ddc9bb079c862282;hb=096d061b99078b3a89181d6841f0c01a1eec0017;hpb=0fff05884fe4b40c86252e89fb16f307309299cd diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index e502822..45240a2 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -97,7 +97,7 @@ arguments separated from the name by commas. For each test, there is a section ## valgrind test code @[ -n "$$SKIP_COVERAGE_CHECK" ] || awk '/NOTEST/ { next } /^ *[1-9]/ {ran+=1} /^ *###/ {skip+=1} \ END {printf "coverage: %6.2f%%\n", ran * 100 / (ran + skip); \ - if (ran < (ran + skip) *0.98) exit(1) }' \ + if (ran < (ran + skip) *0.99) exit(1) }' \ coverage/oceani.mdc.gcov coverage_oceani: oceani.c