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 fuzzy search #60

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Fix clippy warnings

cb4f04d
Select commit
Loading
Failed to load commit list.
Open

Implement fuzzy search #60

Fix clippy warnings
cb4f04d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 29, 2023 in 1s

45.19% of diff hit (target 90.59%)

View this Pull Request on Codecov

45.19% of diff hit (target 90.59%)

Annotations

Check warning on line 23 in src/args.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/args.rs#L23

Added line #L23 was not covered by tests

Check warning on line 64 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L64

Added line #L64 was not covered by tests

Check warning on line 72 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L66-L72

Added lines #L66 - L72 were not covered by tests

Check warning on line 77 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L74-L77

Added lines #L74 - L77 were not covered by tests

Check warning on line 87 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 127 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L127

Added line #L127 was not covered by tests

Check warning on line 148 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L138-L148

Added lines #L138 - L148 were not covered by tests

Check warning on line 151 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L150-L151

Added lines #L150 - L151 were not covered by tests

Check warning on line 157 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L153-L157

Added lines #L153 - L157 were not covered by tests

Check warning on line 162 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L159-L162

Added lines #L159 - L162 were not covered by tests

Check warning on line 169 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L165-L169

Added lines #L165 - L169 were not covered by tests

Check warning on line 186 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L184-L186

Added lines #L184 - L186 were not covered by tests

Check warning on line 191 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L188-L191

Added lines #L188 - L191 were not covered by tests

Check warning on line 196 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L193-L196

Added lines #L193 - L196 were not covered by tests

Check warning on line 198 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L198

Added line #L198 was not covered by tests

Check warning on line 202 in src/cmd/search.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/search.rs#L201-L202

Added lines #L201 - L202 were not covered by tests