summaryrefslogtreecommitdiff
path: root/coverage/jsonreport.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: contexts_by_lineno now returns a true dictNed Batchelder2021-10-091-4/+2
|
* refactor: remove globals from NumbersNed Batchelder2021-06-011-1/+1
|
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-2/+1
|
* feat: percent_covered_display in the JSON reportnedbat/tweak-metacovNed Batchelder2021-03-021-0/+2
|
* New JSON info should be reported on individual files also.Ned Batchelder2020-04-111-0/+2
|
* Extending jsonreport.py to also include all branch attributesSalvatore Zagaria2020-04-071-0/+2
| | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com>
* fix context reporting for relative_filesDavid Szotten2019-12-211-3/+2
| | | | | | fix reporting of contexts when `relative_files = True` fixes #900
* Create a JSON reportMatt Bachmann2019-08-311-0/+100