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

return error when validating an empty batch #487

Merged
merged 2 commits into from
Sep 2, 2023
Merged

Conversation

conradoplg
Copy link
Contributor

@conradoplg conradoplg commented Aug 19, 2023

Closes #445
Closes #446

@codecov
Copy link

codecov bot commented Aug 19, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (87346f4) 77.46% compared to head (e98bc8d) 77.49%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #487      +/-   ##
==========================================
+ Coverage   77.46%   77.49%   +0.03%     
==========================================
  Files          30       30              
  Lines        2738     2742       +4     
==========================================
+ Hits         2121     2125       +4     
  Misses        617      617              
Files Changed Coverage Δ
frost-core/src/batch.rs 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mpguerra mpguerra mentioned this pull request Aug 21, 2023
26 tasks
Copy link
Contributor

@dconnolly dconnolly left a comment

Choose a reason for hiding this comment

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

💯

mergify bot added a commit that referenced this pull request Sep 2, 2023
@mergify mergify bot merged commit fcd0e31 into main Sep 2, 2023
15 checks passed
@mergify mergify bot deleted the empty-batch-err branch September 2, 2023 05:13
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.

Improve Batch::verify() Make empty batches fail to validate
2 participants