-
Notifications
You must be signed in to change notification settings - Fork 49
Fix Parser.parseDocuments #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Parser.parseDocuments #346
Conversation
Some tests highlight a divergence from `Parser.parse` which might be undesirable - see comments
…aviolanti/circe-yaml into add-tests-to-highlight-issue
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #346 +/- ##
=======================================
Coverage ? 87.64%
=======================================
Files ? 14
Lines ? 259
Branches ? 13
=======================================
Hits ? 227
Misses ? 32
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
circe-yaml-v12/src/test/scala/io/circe/yaml/v12/ParserTests.scala
Outdated
Show resolved
Hide resolved
circe-yaml-v12/src/test/scala/io/circe/yaml/v12/ParserTests.scala
Outdated
Show resolved
Hide resolved
circe-yaml-v12/src/test/scala/io/circe/yaml/v12/ParserTests.scala
Outdated
Show resolved
Hide resolved
circe-yaml-v12/src/test/scala/io/circe/yaml/v12/ParserTests.scala
Outdated
Show resolved
Hide resolved
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
Co-authored-by: Luca <5348596+lucaviolanti@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks fine. I'll merge it in after #348 so we can start running more thorough CI on PRs.
fixes #343
closes #342
/cc @lucaviolanti