rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
419 stars 52 forks source link

Escape text in enclosure, source, categories, and extensions #121

Closed andy128k closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #121 (5ed37a3) into master (cf65cf2) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   85.65%   85.79%   +0.14%     
==========================================
  Files          26       26              
  Lines        2021     2042      +21     
==========================================
+ Hits         1731     1752      +21     
  Misses        290      290              
Impacted Files Coverage Δ
src/category.rs 96.42% <100.00%> (ø)
src/extension/mod.rs 71.42% <100.00%> (ø)
src/source.rs 96.42% <100.00%> (ø)
tests/write.rs 100.00% <100.00%> (ø)

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 cf65cf2...5ed37a3. Read the comment docs.