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: Add special encoding of json array elements #3368

Merged

PR fixup

71dad5d
Select commit
Loading
Failed to load commit list.
Merged

feat: Add special encoding of json array elements #3368

PR fixup
71dad5d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 17, 2025 in 0s

80.29% of diff hit (target 78.46%)

View this Pull Request on Codecov

80.29% of diff hit (target 78.46%)

Annotations

Check warning on line 69 in client/json.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/json.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 248 in client/json.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/json.go#L248

Added line #L248 was not covered by tests

Check warning on line 132 in client/normal_array.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/normal_array.go#L131-L132

Added lines #L131 - L132 were not covered by tests

Check warning on line 32 in internal/connor/none.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/connor/none.go#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 46 in internal/connor/none.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/connor/none.go#L46

Added line #L46 was not covered by tests

Check warning on line 609 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L608-L609

Added lines #L608 - L609 were not covered by tests

Check warning on line 628 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L627-L628

Added lines #L627 - L628 were not covered by tests

Check warning on line 646 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L631-L646

Added lines #L631 - L646 were not covered by tests

Check warning on line 652 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L651-L652

Added lines #L651 - L652 were not covered by tests

Check warning on line 658 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L657-L658

Added lines #L657 - L658 were not covered by tests

Check warning on line 138 in internal/encoding/json.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/encoding/json.go#L137-L138

Added lines #L137 - L138 were not covered by tests