SERG-Delft / andy

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

Add coverage reports #200

Open mauricioaniche opened 1 year ago

mauricioaniche commented 1 year ago

We never calculated coverage because it was always tricky to configure Jacoco on a project that uses Jacoco as a dependency. But maybe we can make it work! We're all curious about what code coverage we have in Andy!

St1p42 commented 1 year ago

I can try this one!

mauricioaniche commented 1 year ago

Great!

I'd suggest to just try the basic jacoco configuration and see if a report comes out! If not, post the problem here and we will try to figure it out together!