-
-
Notifications
You must be signed in to change notification settings - Fork 797
Improve tests from :detekt-gradle-plugin #3623
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3623 +/- ##
=========================================
Coverage 78.12% 78.12%
Complexity 2837 2837
=========================================
Files 467 467
Lines 9143 9143
Branches 1737 1737
=========================================
Hits 7143 7143
Misses 1058 1058
Partials 942 942 Continue to review full report at Codecov.
|
e875964
to
9bc7df0
Compare
@@ -6,13 +6,13 @@ import java.io.File | |||
import java.nio.file.Files | |||
import java.util.UUID | |||
|
|||
@Suppress("TooManyFunctions") | |||
@Suppress("TooManyFunctions", "ClassOrdering") |
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 need to add this because of #3559
83137c2
to
b4421f3
Compare
b4421f3
to
5106c78
Compare
More refactor around
:detekt-gradle-plugin
's test code.