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

Don't report unused private properties in expect class #2646

Merged
merged 2 commits into from
Apr 29, 2020
Merged

Don't report unused private properties in expect class #2646

merged 2 commits into from
Apr 29, 2020

Conversation

schalkms
Copy link
Member

This is a subsequent commit of #2643.
Further tests are added that check unused elements in expect and actual classes.

This is a subsequent commit of #2643.
Further tests are added that check unused elements in expect and actual classes.
@codecov
Copy link

codecov bot commented Apr 29, 2020

Codecov Report

Merging #2646 into master will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2646      +/-   ##
============================================
- Coverage     80.01%   80.00%   -0.02%     
  Complexity     2292     2292              
============================================
  Files           379      379              
  Lines          6761     6761              
  Branches       1222     1222              
============================================
- Hits           5410     5409       -1     
  Misses          740      740              
- Partials        611      612       +1     
Impacted Files Coverage Δ Complexity Δ
...turbosch/detekt/rules/style/UnusedPrivateMember.kt 91.26% <0.00%> (-0.98%) 5.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 6e8e5ae...9821ad9. Read the comment docs.

@schalkms schalkms merged commit f6887ee into detekt:master Apr 29, 2020
@schalkms schalkms deleted the sub-#2643 branch April 29, 2020 19:13
@arturbosch arturbosch added this to the 1.9.0 milestone May 12, 2020
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.

3 participants