aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Yevgeny Pats <yev.pats@gmail.com> 2019-08-18 11:40:59 +0300
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-18 08:40:59 +0000
commitc33fc9e3b091facdabaf028764ae3df5d85b53d3 (patch)
tree38c27896231ea0cbd16cf03e543b7731835fad29 /README.md
parentbbc78abf6f24e6b42105cca2cc3989517ff8b952 (diff)
downloadcoredns-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22208502f..b587b2e02 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/coredns/coredns)
[![Build Status](https://img.shields.io/travis/coredns/coredns/master.svg?label=build)](https://travis-ci.org/coredns/coredns)
+[![fuzzit](https://app.fuzzit.dev/badge?org_id=coredns&branch=master)](https://fuzzit.dev)
[![Code Coverage](https://img.shields.io/codecov/c/github/coredns/coredns/master.svg)](https://codecov.io/github/coredns/coredns?branch=master)
[![Docker Pulls](https://img.shields.io/docker/pulls/coredns/coredns.svg)](https://hub.docker.com/r/coredns/coredns)
[![Go Report Card](https://goreportcard.com/badge/github.com/coredns/coredns)](https://goreportcard.com/report/coredns/coredns)