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

fix escaping for extension attributes #120

Closed andy128k closed 3 years ago

andy128k commented 3 years ago

Closes #119

codecov[bot] commented 3 years ago

Codecov Report

Merging #120 (e4e5828) into master (6b6eac1) will increase coverage by 0.47%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   85.17%   85.65%   +0.47%     
==========================================
  Files          26       26              
  Lines        2003     2021      +18     
==========================================
+ Hits         1706     1731      +25     
+ Misses        297      290       -7     
Impacted Files Coverage Δ
src/cloud.rs 98.00% <100.00%> (-0.08%) :arrow_down:
src/enclosure.rs 97.22% <100.00%> (-0.15%) :arrow_down:
src/extension/mod.rs 71.42% <100.00%> (ø)
tests/write.rs 100.00% <100.00%> (ø)
src/channel.rs 88.02% <0.00%> (+0.83%) :arrow_up:
src/extension/itunes/itunes_item_extension.rs 99.05% <0.00%> (+0.94%) :arrow_up:
src/extension/itunes/itunes_channel_extension.rs 97.89% <0.00%> (+1.05%) :arrow_up:
src/extension/syndication.rs 71.69% <0.00%> (+1.88%) :arrow_up:
src/extension/atom.rs 44.73% <0.00%> (+2.63%) :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 6b6eac1...e4e5828. Read the comment docs.