Skip to content

test: Add additional edge case coverage#18

Merged
mpyw merged 1 commit intomainfrom
test/additional-edge-cases
Dec 26, 2025
Merged

test: Add additional edge case coverage#18
mpyw merged 1 commit intomainfrom
test/additional-edge-cases

Conversation

@mpyw
Copy link
Copy Markdown
Owner

@mpyw mpyw commented Dec 26, 2025

Summary

  • Added test cases for dynamic dispatch (interface method calls)
  • Added test cases for long chains with mixed Event methods

Test plan

  • ./test_all.sh passes
  • No regressions

🤖 Generated with Claude Code

Added test cases for:
- Dynamic dispatch (interface method calls)
- Long chains with mixed Event methods

These cases verify that:
- Interface calls are handled correctly (traceReceiver)
- Long method chains are traced through all calls

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mpyw mpyw merged commit da800e6 into main Dec 26, 2025
6 checks passed
@mpyw mpyw deleted the test/additional-edge-cases branch December 26, 2025 03:14
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.88%. Comparing base (d1e4284) to head (09234ce).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files           7        7           
  Lines         468      468           
=======================================
  Hits          416      416           
  Misses         30       30           
  Partials       22       22           
Flag Coverage Δ
unittests 88.88% <ø> (ø)

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.

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.

1 participant