Fix coverage pragma grep

This commit is contained in:
Ross McFarland
2020-11-02 07:27:48 -08:00
parent 19798e3acf
commit 364b70048f
+1 -1
View File
@@ -27,7 +27,7 @@ export DYN_USERNAME=
export GOOGLE_APPLICATION_CREDENTIALS=
# Don't allow disabling coverage
grep -r -I --line-number "# pragma: nocover" octodns && {
grep -r -I --line-number "# pragma: +no.*cover" octodns && {
echo "Code coverage should not be disabled"
exit 1
}