1

I'm using Coverage to measure the code coverage of my tests, which outputs XML / HTML coverage statistics by file.

Is there a way to output the results by python module instead? For example:

- module a - 70%
  - module a.b - 80%
  - module a.c - 60%
- module b - 90%
oz123
  • 27,559
  • 27
  • 125
  • 187
Tzach
  • 12,889
  • 11
  • 68
  • 115
  • 1
    If you are ok with hosted solutions you could use Codecov. Here is an example: https://codecov.io/github/pyca/cryptography – Steve Peak Mar 23 '16 at 17:06

0 Answers0