SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 22 forks source link

Report detailed scores in results.xml #147

Closed martinmladenov closed 1 year ago

martinmladenov commented 2 years ago

Branch coverage, mutation coverage, code checks, and meta tests should be reported in results.xml in the following format:

<testsuites>
    <testsuite>
        <testcase />
        <testcase />
        ...
    </testsuite>
    <meta>
        <score id="meta-tests">3</score>
        <score id="max-meta-tests"17</score>
        <score id="Linter Score">1200</score>
        <score id="Hints Needed">3</score>
        <score id="style-checks">17</score>
        <score id="max-code-style-checks">44</score>
    </meta>
</testsuites>