-
Notifications
You must be signed in to change notification settings - Fork 39
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
Supported multiple reporters in diktat runner #1803
Conversation
- supported Gradle action reporter as additional reporter It closes #1733
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1803 +/- ##
============================================
- Coverage 78.38% 78.33% -0.05%
- Complexity 2420 2421 +1
============================================
Files 126 126
Lines 8470 8488 +18
Branches 2149 2152 +3
============================================
+ Hits 6639 6649 +10
- Misses 871 879 +8
Partials 960 960 ☔ View full report in Codecov by Sentry. |
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.
Hm, looks good, some refactoring, but what was the problem?
Reporters did not work? What was the problem? Can you please add more info to the description of the initial issue?
Hi, updated the issue:
|
What's done:
DiktatProcessorListener
to support a several reporters at onceIt closes #1802