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

Added changes to enable full file cache stats #17538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Added changes for full file cache stats.

38847e8
Select commit
Loading
Failed to load commit list.
Open

Added changes to enable full file cache stats #17538

Added changes for full file cache stats.
38847e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 17, 2025 in 0s

72.44% (target 70.00%)

View this Pull Request on Codecov

72.44% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 76.27907% with 51 lines in your changes missing coverage. Please review.

Project coverage is 72.44%. Comparing base (e306d51) to head (38847e8).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...dex/store/remote/utils/cache/stats/CacheStats.java 52.17% 21 Missing and 1 partial ⚠️
.../remote/utils/cache/stats/DefaultStatsCounter.java 72.22% 9 Missing and 6 partials ⚠️
...dex/store/remote/filecache/FullFileCacheStats.java 70.96% 9 Missing ⚠️
...h/index/store/remote/filecache/FileCacheStats.java 50.00% 2 Missing and 1 partial ⚠️
...search/index/store/remote/filecache/FileCache.java 83.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17538      +/-   ##
============================================
+ Coverage     72.27%   72.44%   +0.16%     
- Complexity    65611    65756     +145     
============================================
  Files          5311     5311              
  Lines        304942   305099     +157     
  Branches      44225    44247      +22     
============================================
+ Hits         220407   221034     +627     
+ Misses        66448    65959     -489     
- Partials      18087    18106      +19     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.