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/patch failed Feb 27, 2024 in 0s

88.53% of diff hit (target 91.07%)

View this Pull Request on Codecov

88.53% of diff hit (target 91.07%)

Annotations

Check warning on line 133 in src/args.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/args.rs#L133

Added line #L133 was not covered by tests

Check warning on line 144 in src/args.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/args.rs#L144

Added line #L144 was not covered by tests

Check warning on line 155 in src/args.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/args.rs#L155

Added line #L155 was not covered by tests

Check warning on line 84 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L84

Added line #L84 was not covered by tests

Check warning on line 88 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L88

Added line #L88 was not covered by tests

Check warning on line 92 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L92

Added line #L92 was not covered by tests

Check warning on line 96 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L96

Added line #L96 was not covered by tests

Check warning on line 100 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L100

Added line #L100 was not covered by tests

Check warning on line 104 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L104

Added line #L104 was not covered by tests

Check warning on line 111 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L111

Added line #L111 was not covered by tests

Check warning on line 173 in src/bookmarks/bookmark_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/bookmark_processor.rs#L173

Added line #L173 was not covered by tests

Check warning on line 347 in src/bookmarks/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/mod.rs#L344-L347

Added lines #L344 - L347 were not covered by tests

Check warning on line 373 in src/bookmarks/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/mod.rs#L371-L373

Added lines #L371 - L373 were not covered by tests

Check warning on line 377 in src/bookmarks/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/mod.rs#L375-L377

Added lines #L375 - L377 were not covered by tests

Check warning on line 381 in src/bookmarks/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bookmarks/mod.rs#L379-L381

Added lines #L379 - L381 were not covered by tests

Check warning on line 21 in src/cmd/fetch.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/fetch.rs#L21

Added line #L21 was not covered by tests

Check warning on line 93 in src/cmd/fetch.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/fetch.rs#L93

Added line #L93 was not covered by tests

Check warning on line 24 in src/cmd/import.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/import.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 36 in src/cmd/import.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/import.rs#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 42 in src/cmd/import.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/import.rs#L38-L42

Added lines #L38 - L42 were not covered by tests

Check warning on line 113 in src/cmd/import.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/import.rs#L108-L113

Added lines #L108 - L113 were not covered by tests

Check warning on line 16 in src/cmd/init.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/init.rs#L16

Added line #L16 was not covered by tests

Check warning on line 75 in src/cmd/init.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/init.rs#L75

Added line #L75 was not covered by tests

Check warning on line 16 in src/cmd/update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/update.rs#L16

Added line #L16 was not covered by tests

Check warning on line 70 in src/cmd/update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/update.rs#L70

Added line #L70 was not covered by tests