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

Infallible builders #122

Closed andy128k closed 3 years ago

andy128k commented 3 years ago

Closes #86

codecov[bot] commented 3 years ago

Codecov Report

Merging #122 (712b332) into master (283a10a) will decrease coverage by 0.26%. The diff coverage is 85.71%.

:exclamation: Current head 712b332 differs from pull request most recent head f6034f2. Consider uploading reports for the commit f6034f2 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   85.79%   85.53%   -0.27%     
==========================================
  Files          26       26              
  Lines        2042     2095      +53     
==========================================
+ Hits         1752     1792      +40     
- Misses        290      303      +13     
Impacted Files Coverage Δ
src/extension/atom.rs 40.00% <0.00%> (-4.74%) :arrow_down:
src/extension/itunes/itunes_channel_extension.rs 94.84% <0.00%> (-3.05%) :arrow_down:
src/extension/itunes/itunes_owner.rs 90.47% <0.00%> (-9.53%) :arrow_down:
src/extension/syndication.rs 63.63% <0.00%> (-8.07%) :arrow_down:
src/lib.rs 100.00% <ø> (ø)
src/category.rs 96.66% <100.00%> (+0.23%) :arrow_up:
src/channel.rs 88.36% <100.00%> (+0.34%) :arrow_up:
src/cloud.rs 98.07% <100.00%> (+0.07%) :arrow_up:
src/enclosure.rs 97.36% <100.00%> (+0.14%) :arrow_up:
src/extension/dublincore.rs 59.66% <100.00%> (+0.68%) :arrow_up:
... and 14 more

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 283a10a...f6034f2. Read the comment docs.