Skip to content

Conversation

@Agent-Hellboy
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.80%. Comparing base (088ff7c) to head (02a64ba).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   92.80%   96.80%   +4.00%     
==========================================
  Files           4        4              
  Lines         125      125              
==========================================
+ Hits          116      121       +5     
+ Misses          9        4       -5     
Flag Coverage Δ
unittests 96.80% <100.00%> (+4.00%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…bute extraction

- Add test_c_call_with_arg_name_and_module_extraction: Tests the core c_call handler that extracts __name__ and __module__ attributes
- Add test_c_call_with_none_arg: Tests edge case when arg is None
- Add test_c_call_with_missing_attributes: Tests getattr defaults for missing __name__ and __module__

These tests validate lines 35-40 in trace.py that handle built-in function tracing.
Resolve merge conflict in spewer/spewer.py:
- Remove trailing whitespace from line 36
- Keep clean version from main branch
- Move TraceHook and SpewConfig imports to top-level
- Add typing imports (ClassVar, Any) for type annotations
- Add ClassVar annotations to mock class attributes (RUF012)
- Organize imports properly (I001, PLC0415)
- All ruff checks now passing
@Agent-Hellboy Agent-Hellboy merged commit 96e08bc into main Oct 22, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants