Skip to content

[Gradle] Configuration cache support - #2813

Merged
arturbosch merged 4 commits into
masterfrom
configuration-cache-support
Jun 22, 2020
Merged

[Gradle] Configuration cache support#2813
arturbosch merged 4 commits into
masterfrom
configuration-cache-support

Conversation

@arturbosch

Copy link
Copy Markdown
Member

No description provided.

They are created on demand when needed at configuration time. Wherefore a property is just an unnecessary wrapper.
In the future they shall be internal and can get simplified to @nested project.provider { customReports }
@codecov

codecov Bot commented Jun 20, 2020

Copy link
Copy Markdown

Codecov Report

Merging #2813 into master will increase coverage by 0.12%.
The diff coverage is 23.25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2813      +/-   ##
============================================
+ Coverage     80.52%   80.65%   +0.12%     
- Complexity     2323     2335      +12     
============================================
  Files           386      387       +1     
  Lines          6957     6983      +26     
  Branches       1262     1265       +3     
============================================
+ Hits           5602     5632      +30     
+ Misses          726      716      -10     
- Partials        629      635       +6     
Impacted Files Coverage Δ Complexity Δ
...tlab/arturbosch/detekt/DetektCreateBaselineTask.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...tlab/arturbosch/detekt/DetektGenerateConfigTask.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...arturbosch/detekt/extensions/CustomDetektReport.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...o/gitlab/arturbosch/detekt/invoke/DetektInvoker.kt 9.67% <0.00%> (+9.67%) 0.00 <0.00> (ø)
.../main/kotlin/io/gitlab/arturbosch/detekt/Detekt.kt 28.57% <22.22%> (-1.70%) 16.00 <2.00> (ø)
...tlab/arturbosch/detekt/extensions/DetektReports.kt 35.71% <80.00%> (ø) 1.00 <1.00> (ø)
...ab/arturbosch/detekt/extensions/DetektExtension.kt 25.00% <100.00%> (ø) 2.00 <1.00> (ø)
...itlab/arturbosch/detekt/extensions/DetektReport.kt 25.00% <100.00%> (+17.85%) 1.00 <1.00> (ø)
...arturbosch/detekt/rules/naming/IsPropertyNaming.kt 85.18% <0.00%> (ø) 12.00% <0.00%> (?%)
...tlab/arturbosch/detekt/rules/naming/NamingRules.kt 93.33% <0.00%> (+0.35%) 18.00% <0.00%> (ø%)
... and 1 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 0649ece...2a1afa5. Read the comment docs.

@arturbosch arturbosch added this to the 1.10.0 milestone Jun 20, 2020
@arturbosch
arturbosch merged commit 8a7763c into master Jun 22, 2020
@arturbosch
arturbosch deleted the configuration-cache-support branch June 22, 2020 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants