Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper span handling to factories through extension trait #300

Merged
merged 1 commit into from
Dec 17, 2024

Add proper span handling to factories through extension trait

49ddb4f
Select commit
Loading
Failed to load commit list.
Merged

Add proper span handling to factories through extension trait #300

Add proper span handling to factories through extension trait
49ddb4f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 17, 2024 in 0s

82.14% (-0.28%) compared to 6a08fe2

View this Pull Request on Codecov

82.14% (-0.28%) compared to 6a08fe2

Details

Codecov Report

Attention: Patch coverage is 61.40351% with 44 lines in your changes missing coverage. Please review.

Project coverage is 82.14%. Comparing base (6a08fe2) to head (49ddb4f).

Files with missing lines Patch % Lines
ractor/src/factory/job.rs 47.61% 22 Missing ⚠️
ractor/src/factory/worker.rs 63.33% 22 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #300      +/-   ##
==========================================
- Coverage   82.42%   82.14%   -0.28%     
==========================================
  Files          60       60              
  Lines       10924    10997      +73     
==========================================
+ Hits         9004     9034      +30     
- Misses       1920     1963      +43     

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