Closed 3asm closed 2 months ago
Attention: Patch coverage is 90.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 62.73%. Comparing base (
f50390c
) to head (61fa2e9
). Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
tests/agent/agent_test.py | 89.47% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
out-selectors
enable a hierarchical logic to receive and emit messages. If an agent list listens tov3.report
then he will receive all messages likev3.report
,v3.report.vulnerability
,v3.report.xxx
.If an agent states
out-selector
, he should in the same fashion be able to emit all sub-messages.The current implementation was doing an exact match:
Fix switch to
startswith
check: