summaryrefslogtreecommitdiff
path: root/data/schema.xsd
AgeCommit message (Collapse)Author
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker
JUnit is pretty ubiquitous, lots of services and results viewers understand it, in particular gitlab and jenkins know how to consume JUnit xml. This means projects using CI services can have their test results consumed automatically. Fixes: #6972