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: use key-value store for analysis data #297

Merged
merged 21 commits into from
Feb 12, 2024

test: do not reset progress

059f26b
Select commit
Loading
Failed to load commit list.
Merged

feat: use key-value store for analysis data #297

test: do not reset progress
059f26b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 12, 2024 in 1s

71.21% of diff hit (target 93.58%)

View this Pull Request on Codecov

71.21% of diff hit (target 93.58%)

Annotations

Check warning on line 146 in cmd/gdu/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/gdu/app/app.go#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 339 in cmd/gdu/app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/gdu/app/app.go#L336-L339

Added lines #L336 - L339 were not covered by tests

Check warning on line 24 in internal/common/ui.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/common/ui.go#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 127 in pkg/analyze/file.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/file.go#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 62 in pkg/analyze/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/storage.go#L62

Added line #L62 was not covered by tests

Check warning on line 84 in pkg/analyze/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/storage.go#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 101 in pkg/analyze/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/storage.go#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 126 in pkg/analyze/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/storage.go#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 140 in pkg/analyze/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/storage.go#L135-L140

Added lines #L135 - L140 were not covered by tests

Check warning on line 47 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 56 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 115 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 137 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L137

Added line #L137 was not covered by tests

Check warning on line 161 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 180 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 225 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L223-L225

Added lines #L223 - L225 were not covered by tests

Check warning on line 230 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L229-L230

Added lines #L229 - L230 were not covered by tests

Check warning on line 263 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L262-L263

Added lines #L262 - L263 were not covered by tests

Check warning on line 298 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L297-L298

Added lines #L297 - L298 were not covered by tests

Check warning on line 333 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L332-L333

Added lines #L332 - L333 were not covered by tests

Check warning on line 339 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L336-L339

Added lines #L336 - L339 were not covered by tests

Check warning on line 349 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L348-L349

Added lines #L348 - L349 were not covered by tests

Check warning on line 377 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L361-L377

Added lines #L361 - L377 were not covered by tests

Check warning on line 381 in pkg/analyze/stored.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/analyze/stored.go#L380-L381

Added lines #L380 - L381 were not covered by tests

Check warning on line 87 in report/export.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

report/export.go#L79-L87

Added lines #L79 - L87 were not covered by tests