spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Bug in GradleModule implementation #100

Closed kajdreef closed 4 years ago

kajdreef commented 4 years ago

Seems like a small bug, but Gradle places its production and test classes in respectively build/classes/java/main and build/classes/java/test. When changing then tacoco can find the tests in the small gradle demo in resources (see the end2end test provided in #99).