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 EmptyTryBlock rule #2337

Merged
merged 2 commits into from
Feb 15, 2020
Merged

Add EmptyTryBlock rule #2337

merged 2 commits into from
Feb 15, 2020

Conversation

schalkms
Copy link
Member

@schalkms schalkms commented Feb 9, 2020

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 9, 2020

Codecov Report

Merging #2337 into master will increase coverage by 0.48%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2337      +/-   ##
============================================
+ Coverage     81.87%   82.36%   +0.48%     
- Complexity     2119     2134      +15     
============================================
  Files           348      349       +1     
  Lines          6047     6056       +9     
  Branches       1108     1108              
============================================
+ Hits           4951     4988      +37     
+ Misses          512      489      -23     
+ Partials        584      579       -5
Impacted Files Coverage Δ Complexity Δ
...itlab/arturbosch/detekt/rules/empty/EmptyBlocks.kt 100% <100%> (ø) 15 <1> (+1) ⬆️
...lab/arturbosch/detekt/rules/empty/EmptyTryBlock.kt 100% <100%> (ø) 2 <2> (?)
...tlab/arturbosch/detekt/cli/out/HtmlOutputReport.kt 94.11% <0%> (-0.09%) 16% <0%> (ø)
...urbosch/detekt/formatting/wrappers/FinalNewline.kt 100% <0%> (ø) 4% <0%> (+2%) ⬆️
...lin/io/gitlab/arturbosch/detekt/core/PathFilter.kt 62.5% <0%> (+16.66%) 7% <0%> (+4%) ⬆️
...n/io/gitlab/arturbosch/detekt/cli/ReportLocator.kt 95.45% <0%> (+18.18%) 8% <0%> (+2%) ⬆️
...lab/arturbosch/detekt/core/FileProcessorLocator.kt 100% <0%> (+18.18%) 5% <0%> (+1%) ⬆️
...lab/arturbosch/detekt/formatting/FormattingRule.kt 96.29% <0%> (+22.22%) 13% <0%> (+4%) ⬆️
.../arturbosch/detekt/formatting/EditorConfigMerge.kt 92.3% <0%> (+92.3%) 0% <0%> (ø) ⬇️

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 f5fd080...fe0bc0f. Read the comment docs.

@schalkms schalkms merged commit 7e2992f into detekt:master Feb 15, 2020
@arturbosch arturbosch added this to the 1.6.0 milestone Feb 16, 2020
@schalkms schalkms deleted the EmptyTry-rule branch February 26, 2020 18:06
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.

5 participants