mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.55k stars 200 forks source link

Formatting #353

Closed vanillajonathan closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #353 (3a5f2cd) into master (dc236fc) will increase coverage by 0.03%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
+ Coverage   94.29%   94.32%   +0.03%     
==========================================
  Files           4        4              
  Lines         806      811       +5     
  Branches       85       85              
==========================================
+ Hits          760      765       +5     
  Misses         34       34              
  Partials       12       12              
Impacted Files Coverage Δ
src/HtmlSanitizer/HtmlSanitizer.cs 96.12% <90.00%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc236fc...3a5f2cd. Read the comment docs.

mganss commented 2 years ago

Thanks.