Closed victornoel closed 5 years ago
Merging #86 into master will decrease coverage by
0.53%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #86 +/- ##
============================================
- Coverage 94.5% 93.96% -0.54%
+ Complexity 75 74 -1
============================================
Files 19 19
Lines 200 199 -1
Branches 21 21
============================================
- Hits 189 187 -2
- Misses 6 7 +1
Partials 5 5
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/main/java/org/cactoos/http/HtWire.java | 92.59% <100%> (-0.27%) |
10 <2> (ø) |
|
...ava/org/cactoos/http/io/AutoClosedInputStream.java | 81.25% <0%> (-6.25%) |
3% <0%> (-1%) |
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 9c2c0c7...3ef9db5. Read the comment docs.
This pull request #86 is assigned to @ilyakharlamov/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @llorllale/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer; there will be no monetary reward for this job
@ilyakharlamov I've seen your comments, but because of zerocracy/farm#1885 and zerocracy/farm#2030 I will wait to be assigned back on the jobs before finishing them.
@ilyakharlamov I've answered your comments
@rultor merge
@rultor merge
@ilyakharlamov Thanks for your request. @llorllale Please confirm this.
This pull request #86 is assigned to @vzurauskas/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @llorllale/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer; there will be no monetary reward for this job
@llorllale can we get this merged? It's blocking other jobs
@rultor merge
@rultor merge
@llorllale OK, I'll try to merge now. You can check the progress of the merge here
@rultor merge
@llorllale Done! FYI, the full log is here (took me 11min)
Job was finished in 25 hours, bonus for fast delivery is possible (see §36)
@0crat quality good
This is for #78.
I had to bump the version of
cactoos-matchers
to be able to write/fix some of the needed tests.I introduced a new todo to fix another test related to
HtTimedWire
that stopped working.