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(xlineapi): improve is_conflict #932

Merged
merged 4 commits into from
Nov 11, 2024

fix(deps): remove redundant dep

901357c
Select commit
Loading
Failed to load commit list.
Merged

refactor(xlineapi): improve is_conflict #932

fix(deps): remove redundant dep
901357c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

75.12% (-0.43%) compared to e35b35a, passed because coverage increased by 0.18% when compared to adjusted base (74.94%)

View this Pull Request on Codecov

75.12% (-0.43%) compared to e35b35a, passed because coverage increased by 0.18% when compared to adjusted base (74.94%)

Details

Codecov Report

Attention: Patch coverage is 78.52761% with 35 lines in your changes missing coverage. Please review.

Project coverage is 75.12%. Comparing base (e35b35a) to head (901357c).
Report is 321 commits behind head on master.

Files with missing lines Patch % Lines
crates/xlineapi/src/classifier.rs 59.37% 26 Missing ⚠️
crates/xline/src/server/command.rs 66.66% 6 Missing and 2 partials ⚠️
crates/xlineapi/src/command.rs 98.64% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #932      +/-   ##
==========================================
- Coverage   75.55%   75.12%   -0.43%     
==========================================
  Files         180      191      +11     
  Lines       26938    28539    +1601     
  Branches    26938    28539    +1601     
==========================================
+ Hits        20353    21441    +1088     
- Misses       5366     5801     +435     
- Partials     1219     1297      +78     

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