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

fuzzing: add call to IndexKeys in multiple fuzzers #1302

Merged
merged 1 commit into from Jan 27, 2023

Conversation

AdamKorcz
Copy link
Contributor

Signed-off-by: AdamKorcz adam@adalogics.com

Summary

Adds a call to IndexKeys() for the created entry in multiple fuzzers.

Release Note

Documentation

Signed-off-by: AdamKorcz <adam@adalogics.com>
@codecov-commenter
Copy link

Codecov Report

Merging #1302 (ee95826) into main (d07be7c) will decrease coverage by 20.38%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff             @@
##             main    #1302       +/-   ##
===========================================
- Coverage   63.19%   42.81%   -20.38%     
===========================================
  Files          82       74        -8     
  Lines        7854     7406      -448     
===========================================
- Hits         4963     3171     -1792     
- Misses       2260     3905     +1645     
+ Partials      631      330      -301     
Flag Coverage Δ
e2etests ?
unittests 42.81% <ø> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
pkg/api/metrics.go 0.00% <0.00%> (-100.00%) ⬇️
cmd/rekor-cli/app/useragent.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/api/trillian_client.go 0.00% <0.00%> (-66.31%) ⬇️
pkg/api/entries.go 0.00% <0.00%> (-64.65%) ⬇️
pkg/api/api.go 0.00% <0.00%> (-64.29%) ⬇️
pkg/types/types.go 0.00% <0.00%> (-63.64%) ⬇️
pkg/types/versionmap.go 0.00% <0.00%> (-63.42%) ⬇️
pkg/api/error.go 0.00% <0.00%> (-58.70%) ⬇️
cmd/rekor-cli/app/verify.go 2.47% <0.00%> (-53.72%) ⬇️
cmd/rekor-cli/app/log_info.go 2.50% <0.00%> (-52.50%) ⬇️
... and 43 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bobcallaway bobcallaway merged commit 8a006cf into sigstore:main Jan 27, 2023
@github-actions github-actions bot added this to the v1.1.0 milestone Jan 27, 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.

None yet

3 participants