include .coveragerc, needed by tox.ini

I noticed that archlinux has an identical coveragerc and wondered why.

Then noticed that our tox.ini (which we bundle into the pypi package)
needs .coveragerc, but we did not bundle it until now.

(cherry picked from commit c79156caf5)
This commit is contained in:
Thomas Waldmann 2018-04-28 21:37:18 +02:00
parent b2a42bd674
commit c2b0c7c483

View File

@ -1,7 +1,7 @@
# stuff we need to include into the sdist is handled automatically by # stuff we need to include into the sdist is handled automatically by
# setuptools_scm - it includes all git-committed files. # setuptools_scm - it includes all git-committed files.
# but we want to exclude some committed files/dirs not needed in the sdist: # but we want to exclude some committed files/dirs not needed in the sdist:
exclude .coafile .coveragerc .editorconfig .gitattributes .gitignore .mailmap .travis.yml Vagrantfile exclude .coafile .editorconfig .gitattributes .gitignore .mailmap .travis.yml Vagrantfile
prune .travis prune .travis
prune .github prune .github
include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c