Closed jpommerening closed 7 years ago
Merging #40 into develop will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## develop #40 +/- ##
==========================================
Coverage 72.94% 72.94%
Complexity 144 144
==========================================
Files 9 9
Lines 451 451
Branches 48 48
==========================================
Hits 329 329
Misses 90 90
Partials 32 32
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...inpractise/halbuilder5/ResourceRepresentation.java | 79.59% <100%> (ø) |
53 <0> (ø) |
:arrow_down: |
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 799335d...fae97a8. Read the comment docs.
Cheers - will get a new release out ASAP.
In ResourceRepresentation the
.withLinks
method creates a new representation without any of the existing links because the givenlinks
list is appended to itself instead of the instance property of the same name.