-
Notifications
You must be signed in to change notification settings - Fork 165
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 tests and simplify #332
Conversation
@@ -1,6 +1,5 @@ | |||
package org.matomo.sdk.extra; | |||
|
|||
import org.apache.maven.artifact.ant.shaded.StringUtils; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me2, weird to have that 😁
Codecov Report
@@ Coverage Diff @@
## master #332 +/- ##
=========================================
Coverage 86.24% 86.24%
Complexity 371 371
=========================================
Files 33 33
Lines 1425 1425
Branches 167 167
=========================================
Hits 1229 1229
Misses 125 125
Partials 71 71 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@@ -1,6 +1,5 @@ | |||
package org.matomo.sdk.extra; | |||
|
|||
import org.apache.maven.artifact.ant.shaded.StringUtils; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me2, weird to have that 😁
close #330
Now
./gradlew test
works locally