|
|
|
@ -36,7 +36,9 @@ grep -r -I --line-number "# pragma: +no.*cover" octodns && { |
|
|
|
exit 1 |
|
|
|
} |
|
|
|
|
|
|
|
coverage run --branch --source=octodns --omit=octodns/cmds/* "$(command -v nosetests)" --with-no-network --with-xunit "$@" |
|
|
|
export PYTHONPATH=.:$PYTHONPATH |
|
|
|
|
|
|
|
coverage run --branch --source=octodns --omit=octodns/cmds/* "$(command -v pytest)" --disable-network "$@" |
|
|
|
coverage html |
|
|
|
coverage xml |
|
|
|
coverage report --show-missing |
|
|
|
|