Closed judicaelclair closed 3 years ago
Merging #60 (0961926) into master (81a75da) will decrease coverage by
1.64%
. The diff coverage is83.33%
.
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
- Coverage 84.07% 82.43% -1.65%
==========================================
Files 63 67 +4
Lines 3197 3302 +105
==========================================
+ Hits 2688 2722 +34
- Misses 509 580 +71
Impacted Files | Coverage Δ | |
---|---|---|
.../simulator/services/event_manager/event_manager.py | 41.86% <25.00%> (+0.39%) |
:arrow_up: |
src/simulator/services/services.py | 50.43% <40.00%> (-0.48%) |
:arrow_down: |
...es/event_manager/events/state_initialised_event.py | 75.00% <75.00%> (ø) |
|
...s/event_manager/events/state_initialising_event.py | 75.00% <75.00%> (ø) |
|
tests/test_graphics/test_3d_map_potential_field.py | 96.07% <80.00%> (-0.59%) |
:arrow_down: |
tests/test_graphics/test_3d_map_wave_front.py | 96.36% <80.00%> (-0.56%) |
:arrow_down: |
...ts/test_graphics/test_labyrinth_potential_field.py | 95.55% <80.00%> (-0.75%) |
:arrow_down: |
tests/test_graphics/test_3d_map_A.py | 96.72% <83.33%> (-0.65%) |
:arrow_down: |
tests/test_graphics/test_labyrinth_A.py | 96.00% <83.33%> (-0.97%) |
:arrow_down: |
tests/test_graphics/test_save_restore.py | 97.84% <91.66%> (-0.37%) |
:arrow_down: |
... and 5 more |
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 81a75da...0961926. Read the comment docs.
EventManager.broadcast
for immediate broadcasting of anEvent
to all listeners without accessing the queue.