detektGenerateConfig adds the configuration of plugins#4844
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4844 +/- ##
=========================================
Coverage 84.75% 84.75%
Complexity 3431 3431
=========================================
Files 491 491
Lines 11278 11278
Branches 2076 2076
=========================================
Hits 9559 9559
Misses 673 673
Partials 1046 1046 Continue to review full report at Codecov.
|
For Unit testing, we'll have to restructure a bit the For E2E testing, it's harder as our test infra doesn't have any support for I'm fine with merging this as it is btw as we're sufficiently test covered on this + the other |
I don't know how to unit-test this. Any guidance here is more than welcome.
The problem was that we were not passing the information about the configured plugins to the cli when we were using executing
detektGenerateConfig.Fix #4812