test-reporter
test-reporter copied to clipboard
Support .coverage json file
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