Skip to content
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

Move processors to metrics module #2725

Merged
merged 3 commits into from
May 24, 2020
Merged

Conversation

arturbosch
Copy link
Member

No description provided.

@arturbosch arturbosch added this to the 1.10.0 milestone May 24, 2020
@@ -0,0 +1,209 @@
package io.github.detekt.metrics.processors

val default = """
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've inlined all test files here :)

@codecov
Copy link

codecov bot commented May 24, 2020

Codecov Report

Merging #2725 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2725   +/-   ##
=========================================
  Coverage     80.54%   80.54%           
  Complexity     2317     2317           
=========================================
  Files           380      380           
  Lines          6964     6964           
  Branches       1261     1261           
=========================================
  Hits           5609     5609           
  Misses          728      728           
  Partials        627      627           
Impacted Files Coverage Δ Complexity Δ
.../arturbosch/detekt/cli/console/ComplexityMetric.kt 100.00% <ø> (ø) 7.00 <0.00> (ø)
...hub/detekt/metrics/processors/AbstractProcessor.kt 83.33% <ø> (ø) 3.00 <0.00> (?)
...trics/processors/AbstractProjectMetricProcessor.kt 83.33% <ø> (ø) 3.00 <0.00> (?)
...b/detekt/metrics/processors/ClassCountProcessor.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
...etekt/metrics/processors/FunctionCountProcessor.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
.../detekt/metrics/processors/KtFileCountProcessor.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
...detekt/metrics/processors/PackageCountProcessor.kt 91.66% <ø> (ø) 3.00 <0.00> (?)
.../detekt/metrics/processors/ProjectCLOCProcessor.kt 94.11% <ø> (ø) 3.00 <0.00> (?)
...t/metrics/processors/ProjectComplexityProcessor.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
.../detekt/metrics/processors/ProjectLLOCProcessor.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
... and 5 more

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 58575da...dbac5b6. Read the comment docs.

@arturbosch arturbosch merged commit 26465e5 into master May 24, 2020
@arturbosch arturbosch deleted the move-processors-to-metrics branch May 24, 2020 13:18
@arturbosch arturbosch added the housekeeping Marker for housekeeping tasks and refactorings label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Marker for housekeeping tasks and refactorings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants