-
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 maven #1824
Conversation
### What's done: - supported reporters to configure reporters in maven - supported a default location for all reporters It closes #1818
...aven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/reporters/DefaultReporter.kt
Fixed
Show fixed
Hide fixed
...aven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/reporters/DefaultReporter.kt
Fixed
Show fixed
Hide fixed
diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/reporters/Reporters.kt
Fixed
Show fixed
Hide fixed
diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/reporters/Reporters.kt
Fixed
Show fixed
Hide fixed
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1824 +/- ##
============================================
- Coverage 78.64% 78.27% -0.38%
Complexity 2432 2432
============================================
Files 126 131 +5
Lines 8562 8603 +41
Branches 2171 2173 +2
============================================
Hits 6734 6734
- Misses 862 903 +41
Partials 966 966 ☔ View full report in Codecov by Sentry. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 164 files ±0 164 suites ±0 7m 23s ⏱️ +8s Results for commit f259d5d. ± Comparison against base commit 2030a14. ♻️ This comment has been updated with latest results. |
What's done:
Now maven plugin supports configuration like:
It closes #1818