python-jenkins/.gitignore
Andreas Jaeger 1b08573a94 Use standard cover setup
Replace coverage testing with the normal way coverage is tested in
OpenStack.

Change-Id: Ic171e33a876029727b473481e56fdd94fce5ec6e
2016-12-20 22:17:24 +01:00

20 lines
188 B
Plaintext

*.egg
*.egg-info
*.pyc
/.tox
.*.swp
/build/*
/MANIFEST
/dist/*
/doc/build/*
/.test
/.testrepository
/MANIFEST
/.coverage
/coverage*.xml
/junit*.xml
# Unit test / coverage reports
cover/