mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Ignore extra coverge files
These files are created because we run acceptance tests in a subprocess. They have the process id in their name, so they wont be removed by the normal coverage cleanup on each run. Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
bc09698897
commit
1d3aeaaae7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
*.egg-info
|
||||
*.pyc
|
||||
/.coverage
|
||||
.coverage*
|
||||
/.tox
|
||||
/build
|
||||
/coverage-html
|
||||
|
@ -2,5 +2,6 @@
|
||||
set -e
|
||||
|
||||
find . -type f -name '*.pyc' -delete
|
||||
find . -name .coverage.* -delete
|
||||
find -name __pycache__ -delete
|
||||
rm -rf docs/_site build dist docker-compose.egg-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user