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

pass down error with message instead of nil #1560

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

bobcallaway
Copy link
Member

Summary

Fixes: #1559

Signed-off-by: Bob Callaway <bcallaway@google.com>
@bobcallaway bobcallaway requested a review from a team as a code owner June 23, 2023 18:42
@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Merging #1560 (4a1d35c) into main (ffdd884) will increase coverage by 19.24%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main    #1560       +/-   ##
===========================================
+ Coverage   47.85%   67.09%   +19.24%     
===========================================
  Files          75       83        +8     
  Lines        7774     8407      +633     
===========================================
+ Hits         3720     5641     +1921     
+ Misses       3695     2090     -1605     
- Partials      359      676      +317     
Flag Coverage Δ
e2etests 48.44% <100.00%> (?)
unittests 47.80% <0.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/api/tlog.go 35.94% <100.00%> (+35.94%) ⬆️

... and 54 files with indirect coverage changes

@bobcallaway bobcallaway merged commit c2e3149 into sigstore:main Jun 23, 2023
@github-actions github-actions bot added this to the v1.2.2 milestone Jun 23, 2023
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.

request for consistency proof of size > current log fails with 500 error instead of 400 bad request
2 participants