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

fix(preset-umi): disable route preload feature if unnecessary #12186

Merged
merged 2 commits into from
Mar 11, 2024

refactor: skip unnecessary route preload logic

3dba732
Select commit
Loading
Failed to load commit list.
Merged

fix(preset-umi): disable route preload feature if unnecessary #12186

refactor: skip unnecessary route preload logic
3dba732
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 8, 2024 in 1s

28.47% (-0.01%) compared to 1f24af3

View this Pull Request on Codecov

28.47% (-0.01%) compared to 1f24af3

Details

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 28.47%. Comparing base (1f24af3) to head (3dba732).

Files Patch % Lines
.../features/routePreloadOnLoad/routePreloadOnLoad.ts 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12186      +/-   ##
==========================================
- Coverage   28.48%   28.47%   -0.01%     
==========================================
  Files         492      492              
  Lines       15119    15123       +4     
  Branches     3600     3605       +5     
==========================================
  Hits         4306     4306              
- Misses      10042    10047       +5     
+ Partials      771      770       -1     

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