summaryrefslogtreecommitdiff
path: root/tests/test_json.py
Commit message (Collapse)AuthorAgeFilesLines
* mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py ↵Ned Batchelder2023-01-051-7/+19
| | | | test_numbits.py test_oddball.py
* fix: keep negative arc valuesNed Batchelder2022-09-291-1/+1
|
* feat: include branches taken and missed in JSON report. #1425Christoph Blessing2022-09-291-45/+70
| | | | | | | | | | | | | | | | | | | | | Added more branches to the code whose coverage is checked. Add branch details to json report The json report now includes for each branch which branches have been executed, missed and what the percentage of covered branches was. Add exiting branch arc to json report test Update branch details format Executed and missing branch arcs are stored in the fields named 'executed_branches' and 'missing_branches' respectively. Both fields contain a list of two element lists. The first element represents the source line number and the second one the target line number. Exit branches have their target line number set to 0. Fix linting errors
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-9/+9
|
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-1/+0
|
* feat: percent_covered_display in the JSON reportnedbat/tweak-metacovNed Batchelder2021-03-021-4/+13
|
* New JSON info should be reported on individual files also.Ned Batchelder2020-04-111-2/+4
|
* Extending jsonreport.py to also include all branch attributesSalvatore Zagaria2020-04-071-1/+3
| | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com>
* Cleanup and changelog for #899 #900Ned Batchelder2019-12-211-46/+50
|
* fix context reporting for relative_filesDavid Szotten2019-12-211-36/+45
| | | | | | fix reporting of contexts when `relative_files = True` fixes #900
* Create a JSON reportMatt Bachmann2019-08-311-0/+144