Skip to content

Add "skipped" to set of unknown results

Rodrigo Tobar requested to merge fix-missing-skipped into master

This element was missing from the dictionary returned to signal errors when parsing an JUnit XML file. This in turn meant that the create_badges.py script failed with an unrecoverable error when creating the badges, as it expects a "skipped" key in data['tests'].

Signed-off-by: Rodrigo Tobar rtobar@icrar.org

Merge request reports