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

refactor: Use Rc<Refcell<T>> instead of Arc<Mutex<T>> when sharing the DOM #1052

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

more code

47c6417
Select commit
Loading
Failed to load commit list.
Draft

refactor: Use Rc<Refcell<T>> instead of Arc<Mutex<T>> when sharing the DOM #1052

more code
47c6417
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

74.95% (+0.00%) compared to f581b20

View this Pull Request on Codecov

74.95% (+0.00%) compared to f581b20

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.95%. Comparing base (f581b20) to head (47c6417).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1052   +/-   ##
=======================================
  Coverage   74.94%   74.95%           
=======================================
  Files         220      220           
  Lines       25693    25690    -3     
=======================================
  Hits        19255    19255           
+ Misses       6438     6435    -3     

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