dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Add support for coverage information #339

Open niknetniko opened 1 year ago

niknetniko commented 1 year ago

We could add coverage information, which can be useful, mainly for teachers. For example, we teachers can see if their tests cover all code in the submission from the student, or find superfluous code in the sample submission.

pdawyndt commented 1 year ago

Different ways to measure code coverage: