summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Added type annotations for fields in cmd2.Cmd.Eric Lin2020-07-211-1/+2
| | | | | | | Cleaned up docstring in external test plugin Updated some initialization to match new approach for version info discovery. Tagged some IDE-only lines as no-cover Adds plugin coverage reporting.
* Replace non-ASCII quotes in .coveragerc with ASCII onesTodd Leonhardt2020-01-061-1/+1
|
* Changed coverage to look in cmd2 directory.Eric Lin2018-04-181-1/+1
|
* Another tweak to tox.ini and .coveragerc, fingers crossed ...Todd Leonhardt2017-07-021-1/+1
|
* Tweak tox.ini and .coveragerc in hopes of getting pytest-cov and ↵Todd Leonhardt2017-07-021-0/+2
| | | | pytest-xdist to play nicely together
* Attempting to enable macOS builds on TravisCITodd Leonhardt2017-06-251-3/+0
|
* Don't try to run a code coverage analysis on PyPyTodd Leonhardt2017-06-241-3/+3
| | | | | | Running a code coverage analysis takes forever on pypy and twice forever for pypy3, so don't try. Also try to get codecov working with AppVeyor
* Minor tweak to Coverage.py configTodd Leonhardt2017-02-051-0/+3
|
* Added Coverage.py configuration file to exclude platform specific code from ↵Todd Leonhardt2017-02-051-0/+22
code coverage analysis. The way our code is currently structured, it will exclude Windows and Mac code. So coverage report will only be accurate on Linux.