Skip to content

Conversation

@gliptak
Copy link
Contributor

@gliptak gliptak commented Jul 26, 2018

Signed-off-by: Gábor Lipták gliptak@gmail.com

@codecov-io
Copy link

codecov-io commented Jul 26, 2018

Codecov Report

Merging #340 into master will increase coverage by 0.23%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #340      +/-   ##
============================================
+ Coverage      39.5%   39.74%   +0.23%     
  Complexity        5        5              
============================================
  Files           178      178              
  Lines          9265     9265              
  Branches        527      527              
============================================
+ Hits           3660     3682      +22     
+ Misses         5454     5430      -24     
- Partials        151      153       +2
Impacted Files Coverage Δ Complexity Δ
core/src/main/java/fj/data/fingertrees/Single.java 81.48% <0%> (-3.71%) 0% <0%> (ø)
core/src/main/java/fj/P1.java 54.54% <0%> (-3.04%) 0% <0%> (ø)
core/src/main/java/fj/data/fingertrees/Deep.java 66.79% <0%> (ø) 0% <0%> (ø) ⬇️
core/src/main/java/fj/data/Stream.java 55.55% <0%> (+1.38%) 1% <0%> (ø) ⬇️
core/src/main/java/fj/data/IOFunctions.java 60.71% <0%> (+12.5%) 0% <0%> (ø) ⬇️

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 49f52e9...b280c53. Read the comment docs.

ByteArrayOutputStream outContent = new ByteArrayOutputStream();
PrintStream originalOut = System.out;
System.setOut(new PrintStream(outContent));
runSafe(io).foreach(s -> runSafe(stdoutPrint(s)));
Copy link
Member

Choose a reason for hiding this comment

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

the test is named testSequenceWhile but foreach is what is actually tested?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there is sequenceWhile above. I could split to two tests ...



@Test
public void testLift() throws IOException {
Copy link
Member

Choose a reason for hiding this comment

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

is lift tested?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just moved this code from the other Test.java I deleted

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
@jbgi jbgi merged commit 508364c into functionaljava:master Jul 28, 2018
@jbgi jbgi added this to the 4.8 milestone Jul 28, 2018
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.

3 participants