Closed casperboone closed 5 years ago
gradle test jacocoTestReport
now generates a coverage report which includes the execution data of both the regular tests and the student tests.
@mauricioaniche Yup, that makes sense :) Any suggestion for a name for our tests? Couldn't come up with a good name (example-tests
, default-tests
, .,. 🤔).
This PR adds a new source set for tests written by students. The tests can be put in
src/student-tests
. The configuration should be exactly similar to thetest
configuration.