.bumpversion.cfg
.coveragerc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.ps1
ci/appveyor-with-compiler.cmd
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/releasing.rst
docs/requirements.txt
docs/spelling_wordlist.txt
example/.coveragerc
example/setup.py
example/tox.ini
example/mylib/__init__.py
example/tests/test_mylib.py
src/pytest-cov.embed
src/pytest-cov.pth
src/pytest_cov/__init__.py
src/pytest_cov/embed.py
src/pytest_cov/engine.py
src/pytest_cov/plugin.py
src/pytest_cov.egg-info/PKG-INFO
src/pytest_cov.egg-info/SOURCES.txt
src/pytest_cov.egg-info/dependency_links.txt
src/pytest_cov.egg-info/entry_points.txt
src/pytest_cov.egg-info/not-zip-safe
src/pytest_cov.egg-info/requires.txt
src/pytest_cov.egg-info/top_level.txt
tests/conftest.py
tests/helper.py
tests/test_pytest_cov.py