Re: [PATCH v2] dts: fix pass rate edge case in results json
lgtm. thanks! Reviewed-by: Luca Vizzarro
[PATCH v2] dts: fix pass rate edge case in results json
Add condition to results.json pass rate generation method which returns 0 as the pass rate when the suite is skipped, rather than causing a divide by 0 error. Fixes: 9f8a257235ac ("dts: improve test run result statistics") Signed-off-by: Dean Marx --- dts/framework/test_result.py | 11 -