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

don't perform HTML escaping for server constants to avoid breaking alphabetical index for diacritics #1575

Merged
merged 2 commits into from
Jan 8, 2024

add unit tests for server constant sanitizing

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

don't perform HTML escaping for server constants to avoid breaking alphabetical index for diacritics #1575

add unit tests for server constant sanitizing
9d8511f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2024 in 1s

70.33% (+0.00%) compared to a1cd362

View this Pull Request on Codecov

70.33% (+0.00%) compared to a1cd362

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a1cd362) 70.33% compared to head (9d8511f) 70.33%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1575   +/-   ##
=========================================
  Coverage     70.33%   70.33%           
  Complexity     1669     1669           
=========================================
  Files            32       32           
  Lines          4305     4305           
=========================================
  Hits           3028     3028           
  Misses         1277     1277           

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