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

cfo: successful seeds are displayed for pull request #1945

Merged
merged 1 commit into from
May 13, 2024

Commits on May 12, 2024

  1. cfo: successful seeds are displayed for pull request

    When fuzzing my PRs, I've found myself double-checking if I used correct
    branch names. To make the set of fuzzers run for a PR more obvious,
    let's include successful seeds from PRs and color-code them green.
    
    I debated whether this should be done for the main branch as well, but I
    think it's better not to, as the number of fuzzers in general can get
    rather large!
    
    I also debated whether I should stop showing canary entries, but I think
    it's better to keep those, as the purpose is different:
    
    * canary demonstrates that the fuzzer is capable of failing
    * the green seeds demonstrate the narrow set of fuzzers used for a PR
    matklad committed May 12, 2024
    Configuration menu
    Copy the full SHA
    120ad0e View commit details
    Browse the repository at this point in the history