Browse Source

Fix coverage pragma grep

pull/621/head
Ross McFarland 5 years ago
parent
commit
364b70048f
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/coverage

+ 1
- 1
script/coverage 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
}


Loading…
Cancel
Save