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 reporting logic to core module #2754

Merged
merged 4 commits into from
May 31, 2020
Merged

Move reporting logic to core module #2754

merged 4 commits into from
May 31, 2020

Conversation

arturbosch
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented May 31, 2020

Codecov Report

Merging #2754 into master will not change coverage.
The diff coverage is 96.96%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2754   +/-   ##
=========================================
  Coverage     80.44%   80.44%           
  Complexity     2303     2303           
=========================================
  Files           379      378    -1     
  Lines          6949     6949           
  Branches       1262     1262           
=========================================
  Hits           5590     5590           
  Misses          729      729           
  Partials        630      630           
Impacted Files Coverage Δ Complexity Δ
.../kotlin/io/gitlab/arturbosch/detekt/cli/CliArgs.kt 100.00% <ø> (ø) 8.00 <0.00> (ø)
.../io/gitlab/arturbosch/detekt/cli/IssueExtension.kt 88.88% <ø> (-1.12%) 0.00 <0.00> (ø)
...b/arturbosch/detekt/cli/config/ConfigValidators.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...tlab/arturbosch/detekt/core/reporting/Colorizer.kt 76.92% <ø> (ø) 0.00 <0.00> (?)
.../arturbosch/detekt/core/reporting/ReportLocator.kt 92.30% <ø> (ø) 4.00 <0.00> (?)
...lab/arturbosch/detekt/core/reporting/ReportPath.kt 100.00% <ø> (ø) 1.00 <0.00> (?)
.../detekt/core/reporting/console/ComplexityReport.kt 100.00% <ø> (ø) 4.00 <0.00> (?)
.../core/reporting/console/FileBasedFindingsReport.kt 100.00% <ø> (ø) 5.00 <0.00> (?)
...ch/detekt/core/reporting/console/FindingsReport.kt 100.00% <ø> (ø) 5.00 <0.00> (?)
...etekt/core/reporting/console/NotificationReport.kt 100.00% <ø> (ø) 4.00 <0.00> (?)
... and 7 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 65a4958...de80303. Read the comment docs.

@arturbosch arturbosch merged commit e1f213b into master May 31, 2020
@arturbosch arturbosch deleted the move-reports-to-core branch May 31, 2020 20:52
@arturbosch arturbosch added this to the 1.10.0 milestone Jun 4, 2020
@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.

1 participant