Skip to content

ci: add CIFuzz integration#429

Merged
torkleyy merged 2 commits into
ron-rs:masterfrom
DavidKorczynski:cifuzz-int
Nov 22, 2022
Merged

ci: add CIFuzz integration#429
torkleyy merged 2 commits into
ron-rs:masterfrom
DavidKorczynski:cifuzz-int

Conversation

@DavidKorczynski

Copy link
Copy Markdown
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
Copy Markdown

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

juntyr commented Nov 21, 2022

Copy link
Copy Markdown
Member

LGTM @torkleyy

@torkleyy torkleyy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@torkleyy

Copy link
Copy Markdown
Member

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.

4 participants