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 support for CBOR encoding #3173

Merged
merged 24 commits into from
Dec 1, 2024

fix(binder): update CBOR name and test

a8192d1
Select commit
Loading
Failed to load commit list.
Merged

🔥 feat: Add support for CBOR encoding #3173

fix(binder): update CBOR name and test
a8192d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 8, 2024 in 0s

47.54% of diff hit (target 82.76%)

View this Pull Request on Codecov

47.54% of diff hit (target 82.76%)

Annotations

Check warning on line 126 in bind.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

bind.go#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 10 in binder/cbor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cbor.go#L9-L10

Added lines #L9 - L10 were not covered by tests

Check warning on line 14 in binder/cbor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

binder/cbor.go#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 169 in client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/client.go#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 175 in client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/client.go#L173-L175

Added lines #L173 - L175 were not covered by tests

Check warning on line 134 in client/hooks.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/hooks.go#L133-L134

Added lines #L133 - L134 were not covered by tests

Check warning on line 200 in client/hooks.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/hooks.go#L195-L200

Added lines #L195 - L200 were not covered by tests

Check warning on line 344 in client/request.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/request.go#L341-L344

Added lines #L341 - L344 were not covered by tests

Check warning on line 80 in client/response.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/response.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 57 in middleware/cache/manager_msgp.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

middleware/cache/manager_msgp.go#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 275 in middleware/cache/manager_msgp.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

middleware/cache/manager_msgp.go#L273-L275

Added lines #L273 - L275 were not covered by tests