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 track_caller attribute to provide_context* and use_context functions #667

Merged
merged 1 commit into from
Mar 23, 2024

Track caller for various context methods

6c62c42
Select commit
Loading
Failed to load commit list.
Merged

Add track_caller attribute to provide_context* and use_context functions #667

Track caller for various context methods
6c62c42
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 23, 2024 in 0s

60.44% (-0.02%) compared to 7140c12

View this Pull Request on Codecov

60.44% (-0.02%) compared to 7140c12

Details

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 60.44%. Comparing base (7140c12) to head (6c62c42).

Files Patch % Lines
packages/sycamore-reactive/src/context.rs 20.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #667      +/-   ##
==========================================
- Coverage   60.46%   60.44%   -0.02%     
==========================================
  Files          54       54              
  Lines        8542     8543       +1     
==========================================
- Hits         5165     5164       -1     
- Misses       3377     3379       +2     

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