Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fuzz coverage recording (#3322)
Browse files Browse the repository at this point in the history
* Fuzz coverage recording

* Update cargo.toml

* Update src/agent/coverage/fuzz/fuzz_targets/fuzz_target_record_coverage.rs

Co-authored-by: George Pollard <porges@porg.es>

* Fix fuzz

---------

Co-authored-by: George Pollard <porges@porg.es>
  • Loading branch information
tevoinea and Porges authored Sep 14, 2023
1 parent 18f2b4a commit 9ede0de
Show file tree
Hide file tree
Showing 4 changed files with 1,565 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/agent/coverage/fuzz/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
corpus
artifacts
coverage
Loading

0 comments on commit 9ede0de

Please sign in to comment.