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

feat: Dioxus 0.5 support #346

Merged
merged 92 commits into from
Feb 6, 2024

ci: Change cache key

7c2d31d
Select commit
Loading
Failed to load commit list.
Merged

feat: Dioxus 0.5 support #346

ci: Change cache key
7c2d31d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2024 in 0s

53.17% (+0.00%) compared to 32dc45b

View this Pull Request on Codecov

53.17% (+0.00%) compared to 32dc45b

Details

Codecov Report

Attention: 839 lines in your changes are missing coverage. Please review.

Comparison is base (32dc45b) 53.17% compared to head (7c2d31d) 53.17%.

Files Patch % Lines
...components/src/scroll_views/virtual_scroll_view.rs 0.00% 86 Missing ⚠️
crates/components/src/scroll_views/scroll_view.rs 0.00% 78 Missing ⚠️
crates/components/src/dropdown.rs 0.00% 70 Missing ⚠️
crates/components/src/slider.rs 0.00% 61 Missing ⚠️
crates/components/src/input.rs 0.00% 54 Missing ⚠️
crates/devtools/src/lib.rs 0.00% 45 Missing ⚠️
crates/components/src/table.rs 0.00% 39 Missing ⚠️
crates/components/src/switch.rs 0.00% 34 Missing ⚠️
crates/components/src/accordion.rs 0.00% 33 Missing ⚠️
crates/components/src/button.rs 0.00% 32 Missing ⚠️
... and 37 more
Additional details and impacted files
@@           Coverage Diff            @@
##             main     #346    +/-   ##
========================================
  Coverage   53.17%   53.17%            
========================================
  Files         148      151     +3     
  Lines       13113    13233   +120     
========================================
+ Hits         6973     7037    +64     
- Misses       6140     6196    +56     

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