Skip to content

Add parse cache#603

Draft
micheleorselli wants to merge 6 commits into
mainfrom
add-parse-cache
Draft

Add parse cache#603
micheleorselli wants to merge 6 commits into
mainfrom
add-parse-cache

wip

58a6dd2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2026 in 1s

98.29% (target 95.00%)

View this Pull Request on Codecov

98.29% (target 95.00%)

Details

Codecov Report

❌ Patch coverage is 98.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.29%. Comparing base (9498feb) to head (58a6dd2).
⚠️ Report is 48 commits behind head on main.

Files with missing lines Patch % Lines
src/CLI/Config.php 85.71% 1 Missing ⚠️
src/CLI/Runner.php 97.29% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #603      +/-   ##
============================================
- Coverage     98.31%   98.29%   -0.03%     
- Complexity      681      706      +25     
============================================
  Files            86       89       +3     
  Lines          1960     2047      +87     
============================================
+ Hits           1927     2012      +85     
- Misses           33       35       +2     
Files with missing lines Coverage Δ
src/Analyzer/CachedFileParser.php 100.00% <100.00%> (ø)
src/Analyzer/FileParserFactory.php 100.00% <100.00%> (ø)
src/Analyzer/FilesToParse.php 100.00% <100.00%> (ø)
src/Analyzer/ParsedFiles.php 100.00% <100.00%> (ø)
src/CLI/Command/Check.php 100.00% <100.00%> (ø)
src/CLI/Command/DebugExpression.php 96.92% <100.00%> (ø)
src/PHPUnit/ArchRuleCheckerConstraintAdapter.php 92.85% <100.00%> (ø)
src/CLI/Config.php 97.18% <85.71%> (-1.26%) ⬇️
src/CLI/Runner.php 98.59% <97.29%> (-1.41%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.