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

Add date, detekt-version + link to HtmlReport #2470

Merged
merged 5 commits into from
Mar 22, 2020
Merged

Add date, detekt-version + link to HtmlReport #2470

merged 5 commits into from
Mar 22, 2020

Conversation

schalkms
Copy link
Member

@schalkms schalkms commented Mar 20, 2020

These tags are added to the appendix of the HtmlReport.

Closes #2416

@codecov-io
Copy link

codecov-io commented Mar 20, 2020

Codecov Report

Merging #2470 into master will increase coverage by <.01%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2470      +/-   ##
============================================
+ Coverage     83.28%   83.29%   +<.01%     
- Complexity     2196     2198       +2     
============================================
  Files           360      360              
  Lines          6216     6231      +15     
  Branches       1141     1144       +3     
============================================
+ Hits           5177     5190      +13     
  Misses          463      463              
- Partials        576      578       +2
Impacted Files Coverage Δ Complexity Δ
...tlab/arturbosch/detekt/cli/out/HtmlOutputReport.kt 95.89% <83.33%> (-1.13%) 20 <2> (+2)
...rbosch/detekt/rules/complexity/ComplexInterface.kt 93.1% <0%> (-6.9%) 14% <0%> (-1%)
...lab/arturbosch/detekt/formatting/FormattingRule.kt 93.33% <0%> (-2.97%) 13% <0%> (ø)
...b/arturbosch/detekt/cli/baseline/BaselineFacade.kt 89.47% <0%> (-0.53%) 10% <0%> (ø)
.../io/gitlab/arturbosch/detekt/cli/runners/Runner.kt 94.11% <0%> (+1.8%) 11% <0%> (-1%) ⬇️
...b/arturbosch/detekt/api/internal/DetektPomModel.kt 70.58% <0%> (+1.83%) 5% <0%> (ø) ⬇️
.../arturbosch/detekt/cli/baseline/BaselineHandler.kt 77.77% <0%> (+5.55%) 14% <0%> (+2%) ⬆️

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 13efe93...20da7c9. Read the comment docs.

@arturbosch arturbosch modified the milestones: 1.7.0, 1.7.1 Mar 21, 2020
@schalkms schalkms merged commit 7d90aa5 into detekt:master Mar 22, 2020
@schalkms schalkms deleted the feature-#2416-HtmlReport branch March 22, 2020 16:58
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.

The Detekt HTML Report should include date, version number, website link (Feature Request)
4 participants