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

use t.Skip() in fuzzers instead of t.Errorf #1506

Merged
merged 1 commit into from
May 25, 2023

Conversation

bobcallaway
Copy link
Member

use t.Skip() in fuzzers where full input validation does not happen until the call to Canonicalize due to the fetchExternalEntities pattern.

use t.Skip() in fuzzers where full input validation does not happen
until the call to Canonicalize due to the fetchExternalEntities pattern.

Signed-off-by: Bob Callaway <bcallaway@google.com>
@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Merging #1506 (a3e30d9) into main (3adca0d) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1506      +/-   ##
==========================================
- Coverage   67.13%   67.09%   -0.04%     
==========================================
  Files          82       82              
  Lines        8392     8392              
==========================================
- Hits         5634     5631       -3     
- Misses       2089     2091       +2     
- Partials      669      670       +1     
Flag Coverage Δ
e2etests 48.51% <ø> (-0.03%) ⬇️
unittests 47.82% <ø> (-0.04%) ⬇️

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

see 2 files with indirect coverage changes

@cpanato cpanato merged commit 85bb2bc into sigstore:main May 25, 2023
14 checks passed
@github-actions github-actions bot added this to the v1.1.0 milestone May 25, 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

4 participants