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

Improve UnnamedParameterUse message (change CALL_EXPRESSION to actual function name) #6681

Merged
merged 4 commits into from
Dec 5, 2023

Always report something

7957c4a
Select commit
Failed to load commit list.
Merged

Improve UnnamedParameterUse message (change CALL_EXPRESSION to actual function name) #6681

Always report something
7957c4a
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2023 in 1s

84.83% (-0.01%) compared to 1456279

View this Pull Request on Codecov

84.83% (-0.01%) compared to 1456279

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1456279) 84.83% compared to head (7957c4a) 84.83%.

Files Patch % Lines
...rturbosch/detekt/rules/bugs/UnnamedParameterUse.kt 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6681      +/-   ##
============================================
- Coverage     84.83%   84.83%   -0.01%     
  Complexity     4098     4098              
============================================
  Files           570      570              
  Lines         13179    13180       +1     
  Branches       2418     2419       +1     
============================================
  Hits          11181    11181              
  Misses          789      789              
- Partials       1209     1210       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.