Skip to content

fix: create target directory in fuzz targets#219

Merged
sylvestre merged 2 commits intouutils:mainfrom
pocopepe:60
Apr 21, 2026
Merged

fix: create target directory in fuzz targets#219
sylvestre merged 2 commits intouutils:mainfrom
pocopepe:60

Conversation

@pocopepe
Copy link
Copy Markdown
Contributor

Closes #60

Fuzz targets wrote to target/ without creating it first, causing a NotFound panic at runtime in CI.
Also fixes a typo in fuzzing.yml where matrix.test-target.name.should_pass (always null) made continue-on-error: true for every target, silently swallowing fuzz failures since the workflow was first added.

@sylvestre sylvestre merged commit 4043bb1 into uutils:main Apr 21, 2026
29 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (a340afb) to head (b1d91ba).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #219   +/-   ##
===========================
===========================

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Running the fuzzers in CI error out

2 participants