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

ci: add CIFuzz integration #429

Merged
merged 2 commits into from Nov 22, 2022
Merged

Conversation

DavidKorczynski
Copy link
Contributor

Add CIFuzz workflow action to have fuzzers build and run on each PR.

This is a service offered by OSS-Fuzz where RON already runs. CIFuzz can help detect regressions and catch fuzzing build issues early, and has a variety of features (see the URL above). In the current PR the fuzzers gets build on a pull request and will run for 300 seconds.

  • I've included my change in CHANGELOG.md

@codecov-commenter
Copy link

Codecov Report

Base: 86.89% // Head: 86.88% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (b44711d) compared to base (70e45d6).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #429      +/-   ##
==========================================
- Coverage   86.89%   86.88%   -0.02%     
==========================================
  Files          59       59              
  Lines        7267     7267              
==========================================
- Hits         6315     6314       -1     
- Misses        952      953       +1     
Impacted Files Coverage Δ
src/parse.rs 92.39% <0.00%> (-0.16%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@juntyr
Copy link
Member

juntyr commented Nov 21, 2022

LGTM @torkleyy

Copy link
Contributor

@torkleyy torkleyy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@torkleyy
Copy link
Contributor

Thank you @DavidKorczynski!

@torkleyy torkleyy merged commit 0ce76f9 into ron-rs:master Nov 22, 2022
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