SERG-Delft / andy

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

Merge JUnit run and Jacoco #176

Closed mauricioaniche closed 1 year ago

mauricioaniche commented 1 year ago

Currently, we first run junit and then jacoco. This implies in running the tests one more time than needed. We can combine both steps in one.

This means we'd change our weblab buttons to:

That can even be a good thing in terms of load, as most of the times students need the coverage and not the mutation report.

The overhead of coverage isn't that large, so we can run together with the first step.