Closed tmichela closed 4 years ago
Merging #57 into master will increase coverage by
3.72%
. The diff coverage is73.68%
.
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 75.46% 79.18% +3.72%
==========================================
Files 7 7
Lines 489 490 +1
==========================================
+ Hits 369 388 +19
+ Misses 120 102 -18
Impacted Files | Coverage Δ | |
---|---|---|
karabo_bridge/cli/simulation.py | 0.00% <0.00%> (ø) |
|
karabo_bridge/simulation.py | 81.81% <69.04%> (+7.92%) |
:arrow_up: |
karabo_bridge/cli/glimpse.py | 69.67% <100.00%> (+0.50%) |
:arrow_up: |
karabo_bridge/cli/monitor.py | 79.16% <100.00%> (+1.89%) |
:arrow_up: |
karabo_bridge/client.py | 93.02% <100.00%> (+4.92%) |
:arrow_up: |
karabo_bridge/serializer.py | 96.15% <100.00%> (ø) |
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 23ea6f9...ff71af4. Read the comment docs.
I did not implement the timing between trains in the end as the data generation is much slower anyway...
In addition I refactor the functions and removed duplication. now start_gen
uses serveInThread to generate and send data.
LGTM :-)
\o/ thanks for the review!
server-sim
,karabo-bridge-glimpse
,karabo-bridge-monitor