arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.48k stars 177 forks source link

Add CIFuzz GitHub action #236

Closed DavidKorczynski closed 1 year ago

DavidKorczynski commented 1 year ago

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

This is a service offered by OSS-Fuzz where immer 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.

arximboldi commented 1 year ago

This is great, thank you!

codecov-commenter commented 1 year ago

Codecov Report

Merging #236 (e870de6) into master (4100eff) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   90.48%   90.48%           
=======================================
  Files         119      119           
  Lines       12092    12092           
=======================================
  Hits        10942    10942           
  Misses       1150     1150           

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