<div dir="ltr">Hello,<div><br></div><div>I am using `nose` combined with `coverage` to test code coverage in several projects, and it is working well. However, I would like to be able to run nosetests and generate coverage information (i.e., the .coverage file) but *not* print the results of the coverage report to the terminal.</div>

<div><br></div><div>In my case, each PR on Github automatically sends info to Coveralls, which generates nice reports, so I don&#39;t need to see it. Moreover, having the printout makes it more difficult to scroll to the points in the tests that might have failed.</div>

<div><br></div><div>Is there a way to generate coverage information but not print it out?</div><div><br></div><div>Cheers,</div><div>Eric</div><div><br></div></div>