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

Add first fuzzing test #548

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Add first fuzzing test #548

merged 1 commit into from
Nov 27, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Nov 27, 2024

fix #540

fuzz: elapsed: 5m45s, execs: 59696918 (169229/sec), new interesting: 696 (total: 1914)
fuzz: elapsed: 5m48s, execs: 60260185 (187751/sec), new interesting: 699 (total: 1917)
^Cfuzz: elapsed: 5m51s, execs: 60784500 (181145/sec), new interesting: 700 (total: 1918)
PASS
ok      github.com/goccy/go-yaml        351.456s

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 14.28571% with 42 lines in your changes missing coverage. Please review.

Project coverage is 77.60%. Comparing base (639f493) to head (785421b).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #548      +/-   ##
==========================================
- Coverage   77.80%   77.60%   -0.20%     
==========================================
  Files          21       21              
  Lines        7086     7131      +45     
==========================================
+ Hits         5513     5534      +21     
- Misses       1200     1218      +18     
- Partials      373      379       +6     

@goccy goccy merged commit 23c9234 into master Nov 27, 2024
19 checks passed
@goccy goccy deleted the add-fuzz branch November 27, 2024 01:48
This was referenced Nov 27, 2024
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.

Panics from fuzzing
2 participants