Mkohm / detekt-hint

Detection of design principle violations in Kotlin as a plugin to detekt.
https://mkohm.github.io/detekt-hint/
80 stars 3 forks source link

Rule/isp #45

Closed Mkohm closed 4 years ago

Detekt-hintBot commented 4 years ago
1 Warning
:warning: Big PR

Generated by :no_entry_sign: Danger

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will increase coverage by 1.73%. The diff coverage is 71.42%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #45      +/-   ##
============================================
+ Coverage     69.40%   71.14%   +1.73%     
- Complexity       64       75      +11     
============================================
  Files             6        7       +1     
  Lines           134      149      +15     
  Branches         31       33       +2     
============================================
+ Hits             93      106      +13     
  Misses           19       19              
- Partials         22       24       +2     
Impacted Files Coverage Δ Complexity Δ
...tlin/io/github/mkohm/detekt/hint/SampleProvider.kt 28.57% <0.00%> (ø) 0.00 <0.00> (ø)
...mkohm/detekt/hint/rules/LackOfCohesionOfMethods.kt 81.70% <0.00%> (ø) 44.00 <0.00> (ø)
...t/hint/rules/UseCompositionInsteadOfInheritance.kt 70.58% <50.00%> (ø) 20.00 <0.00> (ø)
...detekt/hint/rules/InterfaceSegregationPrinciple.kt 86.66% <86.66%> (ø) 11.00 <11.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 447fc83...ba5a402. Read the comment docs.