-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix coveralls report #125
Comments
Reason seems to be because FQDN Possible workarounds:
Update on workaround 1: Causes coverage analyze to report |
because it fails due to duplicate class `com.tngtech.junit.dataprovider.DataProvider` which appears in `junit-jupiter` and `junit-jupiter-params`
because it fails due to duplicate class `com.tngtech.junit.dataprovider.DataProvider` which appears in `junit-jupiter` and `junit-jupiter-params`
Remaining topic is that since commit 92cef54 no Update: Rebased on appropriate version before. It is good and working now, see https://coveralls.io/builds/27837805 :-) |
because it fails due to duplicate class `com.tngtech.junit.dataprovider.DataProvider` which appears in `junit-jupiter` and `junit-jupiter-params`
because it fails due to duplicate class `com.tngtech.junit.dataprovider.DataProvider` which appears in `junit-jupiter` and `junit-jupiter-params`
because it fails due to duplicate class `com.tngtech.junit.dataprovider.DataProvider` which appears in `junit-jupiter` and `junit-jupiter-params`
See Build Scans (https://scans.gradle.com/s/exgu7vzoe5t5c) or local build:
(This is also the problem on
master
)The text was updated successfully, but these errors were encountered: