test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Support .coverage json file

Open jmcarp opened this issue 8 years ago • 0 comments

By default, coverage.py plugins for pytest and nosetests output to a json file called .coverage. It would be convenient if test-reporter could locate and parse this file. Ideally, I'd like to be able to run something like this without specifying non-default options:

pytest --cov mymodule
test-reporter after-build

jmcarp avatar Oct 21 '17 01:10 jmcarp