Closed aaschmid closed 4 years ago
Reason seems to be because FQDN com.tngtech.junit.dataprovider.DataProvider
exists twice in junit-jupiter
and junit-jupiter-params
project.
Possible workarounds:
jacocoRootReport
-> this may influence coverage analyzeUpdate on workaround 1: Causes coverage analyze to report No class files specified.
Update on workaround 2: works and is maybe good enough ...
Remaining topic is that since commit 92cef54 no integTest.exec
is generated for junit-jupiter
and junit-jupiter-params
subprojects. Strangely, for junit4
it is generated ...
Update: Rebased on appropriate version before. It is good and working now, see https://coveralls.io/builds/27837805 :-)
See Build Scans (https://scans.gradle.com/s/exgu7vzoe5t5c) or local build:
(This is also the problem on
master
)