1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Transip v2.1.1, back out test skips and coverage omits

This commit is contained in:
Ross McFarland
2020-03-16 07:45:32 -07:00
parent 694d7f3a71
commit fd037e873b
3 changed files with 3 additions and 9 deletions

View File

@@ -26,10 +26,7 @@ export DYN_PASSWORD=
export DYN_USERNAME=
export GOOGLE_APPLICATION_CREDENTIALS=
OMIT_PATHS="octodns/cmds/*,octodns/provider/transip*.py" # FIXME Transip tests are failing. Omitting them until they are fixed
coverage run --branch --source=octodns --omit=${OMIT_PATHS} "$(command -v nosetests)" --with-xunit "$@"
coverage run --branch --source=octodns --omit=octodns/cmds/* "$(command -v nosetests)" --with-xunit "$@"
coverage html
coverage xml
coverage report --show-missing