[02sphinx] 07tk0miya pushed 034 commits to 03master [+0/-0/±11] 13https://git.io/vbdT3
[02sphinx] 07stephenfin 03a3f9935 - travis: Enable codecov coverage This necessitates adding some basic coverage-py configuration [1] and making sure the pytest-cov plugin uses said configuration [2]. Badges are included. Note that we do not run the 'coverage' tox target, which is reserved for users. [1] https://github.com/codecov/example-python [2] https://bitbucket.org/ned/coveragepy/issues/512/ Signed-off-
[02sphinx] 07stephenfin 0377ca894 - tox: Report coverage to user Run 'coverage report' after a successful coverage run. There's enough coverage-related stuff here at this point to warrant its own section. Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] 07stephenfin 03f068627 - gitignore: Ignore 'htmlcov' directory This is generated if you run 'coverage html'. Hide it from Git. Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] 07tk0miya 03626e898 - Merge pull request #4337 from stephenfin/the-great-toxification The great toxification (part 6)