-
Notifications
You must be signed in to change notification settings - Fork 157
chore: remove Unused class #19237
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
chore: remove Unused class #19237
Conversation
Signed-off-by: Mustafa Uzun <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #19237 +/- ##
============================================
- Coverage 69.38% 69.35% -0.04%
+ Complexity 23271 23268 -3
============================================
Files 2645 2645
Lines 100710 100710
Branches 10409 10409
============================================
- Hits 69880 69846 -34
- Misses 26868 26902 +34
Partials 3962 3962 see 16 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
@mustafauzunn Did you run a clean build with clean caches when checking the dependencies? The dependency detection mechanism is very fragile. |
Thanks for the advice. I ran the checks without cache and the checks are passing |
Description:
Remove
Unused
classRelated issue(s):
Fixes #18461
Notes for reviewer:
Checklist