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: multiple borders #889

Merged
merged 69 commits into from
Sep 28, 2024

Merge branch 'feat/multiple-borders' of https://github.com/Tropix126/…

7472ad4
Select commit
Loading
Failed to load commit list.
Merged

feat: multiple borders #889

Merge branch 'feat/multiple-borders' of https://github.com/Tropix126/…
7472ad4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 28, 2024 in 1s

75.98% (+0.21%) compared to edc1af2

View this Pull Request on Codecov

75.98% (+0.21%) compared to edc1af2

Details

Codecov Report

Attention: Patch coverage is 76.72209% with 98 lines in your changes missing coverage. Please review.

Project coverage is 75.98%. Comparing base (edc1af2) to head (7472ad4).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/elements/rect.rs 65.02% 78 Missing ⚠️
crates/state/src/values/border.rs 90.56% 10 Missing ⚠️
crates/core/src/node.rs 0.00% 4 Missing ⚠️
crates/components/src/switch.rs 0.00% 2 Missing ⚠️
crates/components/src/button.rs 50.00% 1 Missing ⚠️
crates/components/src/progress_bar.rs 0.00% 1 Missing ⚠️
crates/components/src/slider.rs 0.00% 1 Missing ⚠️
crates/components/src/tooltip.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #889      +/-   ##
==========================================
+ Coverage   75.76%   75.98%   +0.21%     
==========================================
  Files         207      207              
  Lines       23514    23770     +256     
==========================================
+ Hits        17816    18061     +245     
- Misses       5698     5709      +11     

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