Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added type annotations for fields in cmd2.Cmd. | Eric Lin | 2020-07-21 | 1 | -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 ones | Todd Leonhardt | 2020-01-06 | 1 | -1/+1 |
| | |||||
* | Changed coverage to look in cmd2 directory. | Eric Lin | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Another tweak to tox.ini and .coveragerc, fingers crossed ... | Todd Leonhardt | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | Tweak tox.ini and .coveragerc in hopes of getting pytest-cov and ↵ | Todd Leonhardt | 2017-07-02 | 1 | -0/+2 |
| | | | | pytest-xdist to play nicely together | ||||
* | Attempting to enable macOS builds on TravisCI | Todd Leonhardt | 2017-06-25 | 1 | -3/+0 |
| | |||||
* | Don't try to run a code coverage analysis on PyPy | Todd Leonhardt | 2017-06-24 | 1 | -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 config | Todd Leonhardt | 2017-02-05 | 1 | -0/+3 |
| | |||||
* | Added Coverage.py configuration file to exclude platform specific code from ↵ | Todd Leonhardt | 2017-02-05 | 1 | -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. |