]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani-tests.mdc
oceani: remove the last of the UNTESTED - for now.
[ocean] / csrc / oceani-tests.mdc
index e502822eca852eab30e7c320ddc9bb079c862282..45240a2b5d20d2c70080b59936cd7186c7e45644 100644 (file)
@@ -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