mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix coverage pragma grep
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user