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

Move to apache-avro, some prepare for release. #80

Merged
merged 1 commit into from
Aug 7, 2022
Merged

Conversation

gklijs
Copy link
Owner

@gklijs gklijs commented Aug 7, 2022

Fixes #75

@codecov
Copy link

codecov bot commented Aug 7, 2022

Codecov Report

Merging #80 (b4b6ddd) into master (6e3881f) will increase coverage by 1.96%.
The diff coverage is 25.00%.

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   88.77%   90.73%   +1.96%     
==========================================
  Files          21       21              
  Lines        4097     4122      +25     
==========================================
+ Hits         3637     3740     +103     
+ Misses        460      382      -78     
Impacted Files Coverage Δ
src/async_impl/avro.rs 92.36% <ø> (+0.15%) ⬆️
src/async_impl/easy_avro.rs 96.87% <ø> (-0.05%) ⬇️
src/avro_common.rs 81.39% <0.00%> (-0.50%) ⬇️
src/blocking/avro.rs 90.84% <ø> (+0.49%) ⬆️
src/lib.rs 100.00% <ø> (ø)
src/async_impl/schema_registry.rs 88.06% <100.00%> (+1.17%) ⬆️
src/proto_raw_common.rs 73.68% <0.00%> (-2.64%) ⬇️
src/error.rs 97.91% <0.00%> (-0.05%) ⬇️
src/blocking/schema_registry.rs 85.38% <0.00%> (ø)
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@gklijs gklijs merged commit d4238da into master Aug 7, 2022
@gklijs gklijs deleted the issue-75 branch August 7, 2022 15:43
Copy link

@martin-g martin-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Late LGTM!

@gklijs
Copy link
Owner Author

gklijs commented Aug 8, 2022

@martin-g thanks.
It's kind of a one man show. Especially with small things like this, if the tests run, it should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to apache-avro
2 participants