mirror of
https://github.com/coredns/coredns.git
synced 2025-11-21 11:22:20 -05:00
Add Continuous Fuzzing Integration to Fuzzit (#3093)
This feature introduce continuous fuzzing with the following features: * Ruzzing: fuzz-targets are run continuously on master ( the fuzzers are updated every time new code is pushed to master) * Regresion: In addition to unit-tests travis runs all fuzz targets through the generated corpus to catch bugs early on in the CI process before merge.
This commit is contained in:
committed by
Miek Gieben
parent
bbc78abf6f
commit
c33fc9e3b0
@@ -2,6 +2,7 @@
|
||||
|
||||
[](https://godoc.org/github.com/coredns/coredns)
|
||||
[](https://travis-ci.org/coredns/coredns)
|
||||
[](https://fuzzit.dev)
|
||||
[](https://codecov.io/github/coredns/coredns?branch=master)
|
||||
[](https://hub.docker.com/r/coredns/coredns)
|
||||
[](https://goreportcard.com/report/coredns/coredns)
|
||||
|
||||
Reference in New Issue
Block a user