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

Fix invalid link in detekt html report #3421

Merged
merged 1 commit into from
Jan 28, 2021
Merged

Conversation

chao2zhang
Copy link
Member

This fixes #3420

@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #3421 (41bc807) into master (6d7374b) will decrease coverage by 0.00%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3421      +/-   ##
============================================
- Coverage     80.38%   80.37%   -0.01%     
- Complexity     2748     2749       +1     
============================================
  Files           449      449              
  Lines          8300     8301       +1     
  Branches       1587     1590       +3     
============================================
  Hits           6672     6672              
  Misses          774      774              
- Partials        854      855       +1     
Impacted Files Coverage Δ Complexity Δ
...rturbosch/detekt/rules/bugs/UnnecessarySafeCall.kt 75.00% <66.66%> (ø) 5.00 <0.00> (+1.00)
...turbosch/detekt/rules/style/UnusedPrivateMember.kt 90.76% <100.00%> (+0.14%) 5.00 <0.00> (ø)
...ain/kotlin/io/github/detekt/metrics/LinesOfCode.kt 92.30% <0.00%> (-0.80%) 0.00% <0.00%> (ø%)
...gitlab/arturbosch/detekt/cli/runners/AstPrinter.kt 100.00% <0.00%> (ø) 4.00% <0.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 6d7374b...545d2e1. Read the comment docs.

@schalkms schalkms merged commit ba99f8c into detekt:master Jan 28, 2021
@cortinico cortinico added the housekeeping Marker for housekeeping tasks and refactorings label Jan 28, 2021
@cortinico cortinico added this to the 1.16.0 milestone Feb 19, 2021
@chao2zhang chao2zhang deleted the htmlfix branch February 27, 2021 19:38
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.

Detekt HTML report has invalid link to https://arturbosch.github.io/detekt (404 error page)
3 participants