Closed siglocpp closed 6 years ago
Merging #74 into master will decrease coverage by
<.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #74 +/- ##
============================================
- Coverage 20.91% 20.91% -0.01%
Complexity 320 320
============================================
Files 157 157
Lines 3920 3921 +1
Branches 439 439
============================================
Hits 820 820
- Misses 3041 3042 +1
Partials 59 59
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...dvalin/interconnect/model/event/AbstractEvent.java | 0% <0%> (ø) |
0 <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 ab1693a...ea0ac4d. Read the comment docs.
The interconnect event module has a bug on deserialization of events: When mapping from json to event, the eventId currently gets re-generated, which should not be the case.
This commit fixes the issue.