Add "skipped" to set of unknown results
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