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: Make config internal to CLI #2310

Merged
merged 13 commits into from
Feb 16, 2024

move rootdir to cli context

4ee8d50
Select commit
Loading
Failed to load commit list.
Merged

refactor: Make config internal to CLI #2310

move rootdir to cli context
4ee8d50
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 13, 2024 in 0s

73.26% of diff hit (target 73.98%)

View this Pull Request on Codecov

73.26% of diff hit (target 73.98%)

Annotations

Check warning on line 27 in cli/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/client.go#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 41 in cli/collection.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/collection.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 97 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 114 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 121 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 138 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 149 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 157 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L152-L157

Added lines #L152 - L157 were not covered by tests

Check warning on line 163 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 167 in cli/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/config.go#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 30 in cli/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/root.go#L27-L30

Added lines #L27 - L30 were not covered by tests

Check warning on line 26 in cli/server_dump.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server_dump.go#L26

Added line #L26 was not covered by tests

Check warning on line 29 in cli/server_dump.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server_dump.go#L29

Added line #L29 was not covered by tests

Check warning on line 34 in cli/server_dump.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server_dump.go#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 38 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L38

Added line #L38 was not covered by tests

Check warning on line 42 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 44 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L44

Added line #L44 was not covered by tests

Check warning on line 48 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 51 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L51

Added line #L51 was not covered by tests

Check warning on line 57 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 64 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 69 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 74 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 76 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L76

Added line #L76 was not covered by tests

Check warning on line 81 in cli/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/start.go#L81

Added line #L81 was not covered by tests