summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable pragma: no cover for ignoring coverage.Julian Berman2022-07-281-0/+1
| | | | (exclude_lines overrides the defaults, it doesn't append).
* Omit 'if TYPE_CHECKING' blocks from coverageStephen Rosen2022-01-051-0/+4
| | | | | | | These blocks only exist to create code which evaluates under mypy but does not run at runtime. As a result, they are impossible to cover with `coverage` on a testsuite, and make sense to exclude from coverage reporting.
* Ignore the fuzz module from coverage for now as well.Julian Berman2021-03-021-1/+1
|
* Don't run benchmarks under coverage.Julian Berman2019-09-041-1/+1
|
* This just runs the CLI main.Julian Berman2018-08-191-1/+1
|
* Fix the omit.Julian Berman2018-08-091-1/+1
|
* Whoops... this was doing nothing.Julian Berman2018-08-091-6/+1
| | | | | | | This is per testenv :/ so needs to go here. That also means the coverage config was correct before, so put it back (thanks to @nedbat).
* I give up again.Julian Berman2018-08-081-1/+6
|
* Temporarily enable coverage on more things.Julian Berman2018-08-011-1/+2
| | | | | | I can't figure out why source isn't working on the installed package, and don't have energy to look further right this second.
* coveragercJulian Berman2018-07-251-0/+4