-
Notifications
You must be signed in to change notification settings - Fork 155
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 test on DefaultClearCacheUseCase #3044
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3044 +/- ##
===========================================
+ Coverage 75.73% 75.80% +0.07%
===========================================
Files 1613 1615 +2
Lines 38090 38106 +16
Branches 7350 7351 +1
===========================================
+ Hits 28846 28888 +42
+ Misses 5403 5373 -30
- Partials 3841 3845 +4 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Add a few missing test and move some classes to
test
modules.