gopher-lua icon indicating copy to clipboard operation
gopher-lua copied to clipboard

Continuous fuzzing

Open bookmoons opened this issue 5 years ago • 1 comments

Hello. What would you think about integrating with a fuzzing service? It could catch bugs. Fuzzit gives free service for open source.

This patch fuzzes DoString(). I ran for a few hours locally. No crashes so far.

Build will fail due to missing an API key. If you're interested the setup is like this:

  • In Fuzzit create target gopher-lua.
  • In Fuzzit settings grab an API key. In repo settings in Travis paste it to envvar FUZZIT_API_KEY.

bookmoons avatar Aug 23 '19 07:08 bookmoons

Coverage Status

Coverage decreased (-1.4%) to 88.423% when pulling ef9b560ce99d94743154040a2334858b04d8214b on bookmoons:master into 1cd887cd7036fd4be7a0cb180dd508cb8e2e689a on yuin:master.

coveralls avatar Aug 23 '19 07:08 coveralls