Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 648 Bytes

bug_report.md

File metadata and controls

32 lines (19 loc) · 648 Bytes
name about
🐞 Bug report
There a problem with how pytest-cov or coverage works

Summary

Expected vs actual result

Reproducer

Versions

Output of relevant packages pip list, python --version, pytest --version etc.

Make sure you include complete output of tox if you use it (it will show versions of various things).

Config

Include your tox.ini, pytest.ini, .coveragerc, setup.cfg or any relevant configuration.

Code

Link to your repository, gist, pastebin or just paste raw code that illustrates the issue.

If you paste raw code make sure you quote it, eg:

def foobar():
    pass