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 cli #258

Merged
merged 4 commits into from
Mar 21, 2024

remove flag that snuck in from another branch

f97b009
Select commit
Loading
Failed to load commit list.
Merged

refactor cli #258

remove flag that snuck in from another branch
f97b009
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 20, 2024 in 0s

6.64% of diff hit (target 20.90%)

View this Pull Request on Codecov

6.64% of diff hit (target 20.90%)

Annotations

Check warning on line 32 in cmd/action_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/action_cmd.go#L21-L32

Added lines #L21 - L32 were not covered by tests

Check warning on line 49 in cmd/action_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/action_cmd.go#L37-L49

Added lines #L37 - L49 were not covered by tests

Check warning on line 58 in cmd/action_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/action_cmd.go#L51-L58

Added lines #L51 - L58 were not covered by tests

Check warning on line 84 in cmd/action_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/action_cmd.go#L60-L84

Added lines #L60 - L84 were not covered by tests

Check warning on line 87 in cmd/action_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/action_cmd.go#L87

Added line #L87 was not covered by tests

Check warning on line 17 in cmd/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/main.go#L12-L17

Added lines #L12 - L17 were not covered by tests

Check warning on line 23 in cmd/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/main.go#L19-L23

Added lines #L19 - L23 were not covered by tests

Check warning on line 26 in cmd/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/main.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 42 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L24-L42

Added lines #L24 - L42 were not covered by tests

Check warning on line 53 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L47-L53

Added lines #L47 - L53 were not covered by tests

Check warning on line 116 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L57-L116

Added lines #L57 - L116 were not covered by tests

Check warning on line 129 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L119-L129

Added lines #L119 - L129 were not covered by tests

Check warning on line 142 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L132-L142

Added lines #L132 - L142 were not covered by tests

Check warning on line 153 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L145-L153

Added lines #L145 - L153 were not covered by tests

Check warning on line 176 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L159-L176

Added lines #L159 - L176 were not covered by tests

Check warning on line 198 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L179-L198

Added lines #L179 - L198 were not covered by tests

Check warning on line 211 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L207-L211

Added lines #L207 - L211 were not covered by tests

Check warning on line 222 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L213-L222

Added lines #L213 - L222 were not covered by tests

Check warning on line 244 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L224-L244

Added lines #L224 - L244 were not covered by tests

Check warning on line 250 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L247-L250

Added lines #L247 - L250 were not covered by tests

Check warning on line 253 in cmd/root_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root_cmd.go#L253

Added line #L253 was not covered by tests

Check warning on line 25 in cmd/version_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/version_cmd.go#L16-L25

Added lines #L16 - L25 were not covered by tests

Check warning on line 31 in cmd/version_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/version_cmd.go#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 43 in cmd/version_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/version_cmd.go#L35-L43

Added lines #L35 - L43 were not covered by tests

Check warning on line 51 in cmd/version_cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/version_cmd.go#L47-L51

Added lines #L47 - L51 were not covered by tests