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

added Selection::add_selection and other add methods #31

Merged
merged 3 commits into from
Nov 8, 2024

tests/selection-traversal.rs: fix `test_selection_add_panic`

12b2c13
Select commit
Loading
Failed to load commit list.
Merged

added Selection::add_selection and other add methods #31

tests/selection-traversal.rs: fix `test_selection_add_panic`
12b2c13
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 0s

83.59% (+0.18%) compared to 10c16d2

View this Pull Request on Codecov

83.59% (+0.18%) compared to 10c16d2

Details

Codecov Report

Attention: Patch coverage is 90.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 83.59%. Comparing base (10c16d2) to head (12b2c13).

Files with missing lines Patch % Lines
src/selection.rs 89.83% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   83.40%   83.59%   +0.18%     
==========================================
  Files          13       13              
  Lines        2001     2060      +59     
==========================================
+ Hits         1669     1722      +53     
- Misses        332      338       +6     

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