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 the CLI to be separate commands #61

Merged
merged 3 commits into from
Dec 10, 2024

Fix specfile build

1d7a536
Select commit
Loading
Failed to load commit list.
Merged

Refactor the CLI to be separate commands #61

Fix specfile build
1d7a536
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 10, 2024 in 1s

84.03% of diff hit (target 62.27%)

View this Pull Request on Codecov

84.03% of diff hit (target 62.27%)

Annotations

Check warning on line 4 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L4

Added line #L4 was not covered by tests

Check warning on line 10 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L10

Added line #L10 was not covered by tests

Check warning on line 14 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L14

Added line #L14 was not covered by tests

Check warning on line 17 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L17

Added line #L17 was not covered by tests

Check warning on line 19 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L19

Added line #L19 was not covered by tests

Check warning on line 26 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 29 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 33 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 36 in command_line_assistant/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/__main__.py#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 39 in command_line_assistant/commands/query.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/commands/query.py#L39

Added line #L39 was not covered by tests

Check warning on line 24 in command_line_assistant/commands/record.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/commands/record.py#L24

Added line #L24 was not covered by tests

Check warning on line 20 in command_line_assistant/utils/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/utils/cli.py#L20

Added line #L20 was not covered by tests