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

Implement source selector (part 2) #76

Merged
merged 6 commits into from
Feb 27, 2024

Fix tests on windows II

748f0c5
Select commit
Loading
Failed to load commit list.
Merged

Implement source selector (part 2) #76

Fix tests on windows II
748f0c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 27, 2024 in 0s

91.09% (+0.01%) compared to 38abcdb

View this Pull Request on Codecov

91.09% (+0.01%) compared to 38abcdb

Details

Codecov Report

Attention: Patch coverage is 88.53755% with 58 lines in your changes are missing coverage. Please review.

Project coverage is 91.09%. Comparing base (38abcdb) to head (748f0c5).

Files Patch % Lines
src/cmd/import.rs 27.27% 16 Missing ⚠️
src/bookmarks/mod.rs 80.30% 13 Missing ⚠️
src/test_utils.rs 87.87% 12 Missing ⚠️
src/bookmarks/bookmark_processor.rs 61.90% 8 Missing ⚠️
src/args.rs 0.00% 3 Missing ⚠️
src/cmd/fetch.rs 93.54% 2 Missing ⚠️
src/cmd/init.rs 91.30% 2 Missing ⚠️
src/cmd/update.rs 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   91.07%   91.09%   +0.01%     
==========================================
  Files          36       36              
  Lines        5919     6233     +314     
==========================================
+ Hits         5391     5678     +287     
- Misses        528      555      +27     

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