Skip to content

:broom:

d27bb8d
Select commit
Loading
Failed to load commit list.
Open

[actor] Introduce Actor SDK #3077

:broom:
d27bb8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2026 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 81.77005% with 241 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@a829e58). Learn more about missing BASE report.

Files with missing lines Patch % Lines
actor/macros/src/ingress/mod.rs 86.50% 48 Missing and 8 partials ⚠️
actor/src/service/builder.rs 74.50% 39 Missing ⚠️
actor/macros/src/ingress/parsing.rs 73.79% 26 Missing and 12 partials ⚠️
actor/src/service/driver.rs 86.98% 28 Missing and 10 partials ⚠️
actor/src/mailbox.rs 87.08% 26 Missing and 1 partial ⚠️
actor/src/service/types.rs 36.58% 26 Missing ⚠️
actor/src/lib.rs 73.43% 17 Missing ⚠️
@@           Coverage Diff           @@
##             main    #3077   +/-   ##
=======================================
  Coverage        ?   95.38%           
=======================================
  Files           ?      417           
  Lines           ?   144684           
  Branches        ?     3422           
=======================================
  Hits            ?   138004           
  Misses          ?     5553           
  Partials        ?     1127           
Files with missing lines Coverage Δ
actor/macros/src/lib.rs 100.00% <100.00%> (ø)
actor/src/lib.rs 73.43% <73.43%> (ø)
actor/src/service/types.rs 36.58% <36.58%> (ø)
actor/src/mailbox.rs 87.08% <87.08%> (ø)
actor/macros/src/ingress/parsing.rs 73.79% <73.79%> (ø)
actor/src/service/driver.rs 86.98% <86.98%> (ø)
actor/src/service/builder.rs 74.50% <74.50%> (ø)
actor/macros/src/ingress/mod.rs 86.50% <86.50%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a829e58...d27bb8d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.