diff options
author | 2019-08-18 11:40:59 +0300 | |
---|---|---|
committer | 2019-08-18 08:40:59 +0000 | |
commit | c33fc9e3b091facdabaf028764ae3df5d85b53d3 (patch) | |
tree | 38c27896231ea0cbd16cf03e543b7731835fad29 /README.md | |
parent | bbc78abf6f24e6b42105cca2cc3989517ff8b952 (diff) | |
download | coredns-c33fc9e3b091facdabaf028764ae3df5d85b53d3.tar.gz coredns-c33fc9e3b091facdabaf028764ae3df5d85b53d3.tar.zst coredns-c33fc9e3b091facdabaf028764ae3df5d85b53d3.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |