Skip to content
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

Reading of YamlStream #207

Merged
merged 4 commits into from
Mar 22, 2020
Merged

Reading of YamlStream #207

merged 4 commits into from
Mar 22, 2020

Conversation

amihaiemil
Copy link
Member

@amihaiemil amihaiemil commented Mar 22, 2020

PR for #90

  • YamlStream implements default methods for the Stream API
  • ReadYamlStream
  • Implemented ReadYamlStream.values() with the help of StartMarkers lines decorator
  • unit tests
  • left puzzles to fix some special cases

pom.xml Outdated
@@ -140,7 +140,7 @@
</executions>
<configuration>
<excludes>
<exclude>**/*RtYamlStreamBuilder$*.*</exclude>
<exclude>**/*YamlStream.java</exclude>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We exclude this interface from code-coverage calculation in order to avoid unit testing the default Stream methods which are just delegations.

@coveralls
Copy link

coveralls commented Mar 22, 2020

Pull Request Test Coverage Report for Build 443

  • 40 of 42 (95.24%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 92.094%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/com/amihaiemil/eoyaml/StartMarkers.java 27 29 93.1%
Totals Coverage Status
Change from base Build 434: 0.2%
Covered Lines: 897
Relevant Lines: 974

💛 - Coveralls

@amihaiemil
Copy link
Member Author

@rultor merge it

@rultor
Copy link
Collaborator

rultor commented Mar 22, 2020

@rultor merge it

@amihaiemil OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit a5b1efd into master Mar 22, 2020
@amihaiemil amihaiemil deleted the 90 branch March 22, 2020 18:41
@rultor
Copy link
Collaborator

rultor commented Mar 22, 2020

@rultor merge it

@amihaiemil Done! FYI, the full log is here (took me 2min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants