Closed josephbirkner closed 5 years ago
Merging #121 into velvet-revolution will increase coverage by
2.87%
. The diff coverage is2.29%
.
@@ Coverage Diff @@
## velvet-revolution #121 +/- ##
=====================================================
+ Coverage 66.68% 69.55% +2.87%
=====================================================
Files 64 60 -4
Lines 4058 3929 -129
=====================================================
+ Hits 2706 2733 +27
+ Misses 1352 1196 -156
Impacted Files | Coverage Δ | |
---|---|---|
modules/ravestate_visionio/faceoraclefilter.py | 0% <0%> (ø) |
|
modules/ravestate_visionio/__init__.py | 0% <0%> (ø) |
|
modules/ravestate_interloc/__init__.py | 88.88% <100%> (+0.65%) |
:arrow_up: |
modules/ravestate_persqa/__init__.py | 66.66% <100%> (+0.23%) |
:arrow_up: |
modules/ravestate/causal.py | 90.65% <0%> (-2.81%) |
:arrow_down: |
modules/ravestate/constraint.py | 91.77% <0%> (-0.33%) |
:arrow_down: |
modules/ravestate_ros1/ros1_properties.py | 0% <0%> (ø) |
:arrow_up: |
modules/ravestate_telegramio/__init__.py | 100% <0%> (ø) |
:arrow_up: |
modules/ravestate_roboyio/__init__.py | 0% <0%> (ø) |
:arrow_up: |
modules/ravestate_sendpics/__init__.py | 0% <0%> (ø) |
:arrow_up: |
... and 11 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 6464ba6...d7b9c28. Read the comment docs.
Fixes #115
face_oracle
to always deliver a face vector, and the name & node id optionallyravestate_ros1
ravestate_interloc
with a property that holds the most recently persisted interlocutor, like,interloc.prop_persisted
.interloc.prop_persisted.changed()
.visible_faces
topic updates (Temporary face vector fluctuations should not lead to unstable dialog)ravestate_stalker
face_oracle
/visionio
/stalker
in README module overview)face_oracle
to docker container)