jpsim / Yams

A Sweet and Swifty YAML parser.
https://jpsim.com/Yams
MIT License
1.12k stars 144 forks source link

[CI] Run CI jobs with Swift 5.7 #373

Closed jpsim closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 87.64% // Head: 90.63% // Increases project coverage by +2.98% :tada:

Coverage data is based on head (40d4cd9) compared to base (187af3c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #373 +/- ## ========================================== + Coverage 87.64% 90.63% +2.98% ========================================== Files 15 15 Lines 1441 1441 ========================================== + Hits 1263 1306 +43 + Misses 178 135 -43 ``` | [Impacted Files](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard) | Coverage Δ | | |---|---|---| | [Sources/Yams/Representer.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL1JlcHJlc2VudGVyLnN3aWZ0) | `97.27% <0.00%> (+0.90%)` | :arrow_up: | | [Sources/Yams/Constructor.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL0NvbnN0cnVjdG9yLnN3aWZ0) | `97.44% <0.00%> (+1.02%)` | :arrow_up: | | [Sources/Yams/Node.Mapping.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL05vZGUuTWFwcGluZy5zd2lmdA==) | `86.04% <0.00%> (+1.16%)` | :arrow_up: | | [Sources/Yams/Emitter.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL0VtaXR0ZXIuc3dpZnQ=) | `95.98% <0.00%> (+2.67%)` | :arrow_up: | | [Sources/Yams/Parser.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL1BhcnNlci5zd2lmdA==) | `91.87% <0.00%> (+3.55%)` | :arrow_up: | | [Sources/Yams/Encoder.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL0VuY29kZXIuc3dpZnQ=) | `81.06% <0.00%> (+3.78%)` | :arrow_up: | | [Sources/Yams/Decoder.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL0RlY29kZXIuc3dpZnQ=) | `88.46% <0.00%> (+3.84%)` | :arrow_up: | | [Sources/Yams/Node.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL05vZGUuc3dpZnQ=) | `82.07% <0.00%> (+4.71%)` | :arrow_up: | | [Sources/Yams/Resolver.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL1Jlc29sdmVyLnN3aWZ0) | `89.74% <0.00%> (+7.69%)` | :arrow_up: | | [Sources/Yams/Mark.swift](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard#diff-U291cmNlcy9ZYW1zL01hcmsuc3dpZnQ=) | `100.00% <0.00%> (+9.09%)` | :arrow_up: | | ... and [1 more](https://codecov.io/gh/jpsim/Yams/pull/373?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP+Simard)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.