Skip to content

Comments

refactor: generic recv_optional helper#301

Merged
bug-ops merged 1 commit intomainfrom
refactor/recv-optional
Feb 15, 2026
Merged

refactor: generic recv_optional helper#301
bug-ops merged 1 commit intomainfrom
refactor/recv-optional

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 15, 2026

Summary

  • Replace two identical recv_skill_event/recv_config_event functions with a single generic recv_optional<T> helper in zeph-core agent module
  • 1 file changed, -14/+7 lines

Closes #300

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
+ Coverage   79.96%   79.97%   +0.01%     
==========================================
  Files          98       98              
  Lines       23964    23959       -5     
==========================================
- Hits        19163    19162       -1     
+ Misses       4801     4797       -4     
Files with missing lines Coverage Δ
crates/zeph-core/src/agent/mod.rs 82.51% <100.00%> (+0.23%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bug-ops bug-ops enabled auto-merge (squash) February 15, 2026 11:47
@bug-ops bug-ops merged commit 8805e1a into main Feb 15, 2026
18 checks passed
@bug-ops bug-ops deleted the refactor/recv-optional branch February 15, 2026 11:52
@bug-ops bug-ops mentioned this pull request Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: generic recv_optional helper

2 participants