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(http): do not serve dot files when showDotfiles=false #6180

Merged
merged 1 commit into from
Nov 12, 2024

fix(http): do not serve dotfile when showDotfile=false

4b109fa
Select commit
Loading
Failed to load commit list.
Merged

fix(http): do not serve dot files when showDotfiles=false #6180

fix(http): do not serve dotfile when showDotfile=false
4b109fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 0s

96.49% (+0.00%) compared to 69858cf

View this Pull Request on Codecov

96.49% (+0.00%) compared to 69858cf

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.49%. Comparing base (69858cf) to head (4b109fa).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6180   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files         535      535           
  Lines       41281    41285    +4     
  Branches     6163     6165    +2     
=======================================
+ Hits        39833    39837    +4     
  Misses       1404     1404           
  Partials       44       44           

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