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

Front controller fixes #1098

Merged
merged 5 commits into from
Dec 24, 2024

Add cache headers for static resources with hashed name and icons/media

9f9f51e
Select commit
Loading
Failed to load commit list.
Merged

Front controller fixes #1098

Add cache headers for static resources with hashed name and icons/media
9f9f51e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 24, 2024 in 1s

5% (-72%) compared to 646692e

Details

Codecov Report

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

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...tailormap/api/configuration/base/WebMvcConfig.java 0% 10 Missing ⚠️
...pi/configuration/base/FrontControllerResolver.java 0% 9 Missing ⚠️
...p/api/configuration/base/IndexHtmlTransformer.java 0% 4 Missing ⚠️

Impacted file tree graph

@@           Coverage Diff            @@
##             main   #1098     +/-   ##
========================================
- Coverage      77%      5%    -72%     
  Complexity     87      87             
========================================
  Files         116     116             
  Lines        5595    5596      +1     
  Branches      486     487      +1     
========================================
- Hits         4282     225   -4057     
- Misses       1057    5352   +4295     
+ Partials      256      19    -237     
Files with missing lines Coverage Δ Complexity Δ
...p/api/configuration/base/IndexHtmlTransformer.java 0% <0%> (-33%) 0 <0> (ø)
...pi/configuration/base/FrontControllerResolver.java 0% <0%> (-37%) 0 <0> (ø)
...tailormap/api/configuration/base/WebMvcConfig.java 0% <0%> (-100%) 0 <0> (ø)

... and 101 files with indirect coverage changes