summaryrefslogtreecommitdiff
path: root/.coveragerc
AgeCommit message (Collapse)Author
2020-10-28coverage: Also check for TYPE_CHECKINGFlorian Bruhin
2020-08-11Run coverage over tests/scriptsFlorian Bruhin
Rationale: https://nedbatchelder.com/blog/202008/you_should_include_your_tests_in_coverage.html Switched from "source" to "include" as a workaround for https://github.com/nedbat/coveragepy/issues/578 - also see: https://github.com/LibraryOfCongress/concordia/pull/857/files
2019-09-13Fix coverageFlorian Bruhin
2019-09-13Use typing.TYPE_CHECKINGFlorian Bruhin
Now that we depend on Python >= 3.5.2, we can use it everywhere.
2018-12-05Configure coverage.py for "if MYPY:"Florian Bruhin
2017-12-15Add an utils.Unreachable exceptionFlorian Bruhin
2015-10-23Set source in .coveragerc.Florian Bruhin
This should make codecov.io pick the right source files up too.
2015-08-31Output coverage to coverage.xml.Florian Bruhin
This avoids https://bitbucket.org/ned/coveragepy/issues/400/
2015-08-08Don't generate HTML coverage by default.Florian Bruhin
2015-08-08Reorganize tox.ini.Florian Bruhin
- The environment to run unittests is now called py34 as that's the common thing used, and will also allow us to run the tests with Python 3.5. - The default tests now also run coverage.py and do a coverage check (on Linux). - The smoke tests are now part of the default environment.
2015-05-25Exclude resources.py from coverage.Florian Bruhin
2015-03-30tox: Use pytest-cov for coverage.Florian Bruhin
2015-03-05Add some files to omit in .coveragerc.Florian Bruhin
2015-03-04Add .coveragerc.Florian Bruhin