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

feat(commands): Add option stdin_command to be used in CLI and config file #266

Merged
merged 15 commits into from
Sep 21, 2024

Apply suggestions from code review

05d1898
Select commit
Loading
Failed to load commit list.
Merged

feat(commands): Add option stdin_command to be used in CLI and config file #266

Apply suggestions from code review
05d1898
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 21, 2024 in 0s

54.5% of diff hit (target 47.8%)

View this Pull Request on Codecov

54.5% of diff hit (target 47.8%)

Annotations

Check warning on line 432 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L432

Added line #L432 was not covered by tests

Check warning on line 434 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L434

Added line #L434 was not covered by tests

Check warning on line 462 in crates/core/src/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend.rs#L461-L462

Added lines #L461 - L462 were not covered by tests

Check warning on line 38 in crates/core/src/backend/childstdout.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/childstdout.rs#L38

Added line #L38 was not covered by tests

Check warning on line 71 in crates/core/src/backend/childstdout.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/childstdout.rs#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 40 in crates/core/src/backend/stdin.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/backend/stdin.rs#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 260 in crates/core/src/commands/backup.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/backup.rs#L258-L260

Added lines #L258 - L260 were not covered by tests

Check warning on line 263 in crates/core/src/commands/backup.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/backup.rs#L263

Added line #L263 was not covered by tests

Check warning on line 275 in crates/core/src/commands/backup.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/commands/backup.rs#L268-L275

Added lines #L268 - L275 were not covered by tests

Check warning on line 171 in crates/core/src/repository/command_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/repository/command_input.rs#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 183 in crates/core/src/repository/command_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/repository/command_input.rs#L183

Added line #L183 was not covered by tests

Check warning on line 190 in crates/core/src/repository/command_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/repository/command_input.rs#L190

Added line #L190 was not covered by tests