From 70b2a9e855f21689ee5ba5436f729f5950760a72 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 31 Dec 2018 12:51:07 +0100 Subject: Makefile: collect coverage report for codecov.io --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8da5d4fb1..ef1b2f76d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # syzkaller - kernel fuzzer -[![Build Status](https://travis-ci.org/google/syzkaller.svg?branch=master)](https://travis-ci.org/google/syzkaller) [![Go Report Card](https://goreportcard.com/badge/github.com/google/syzkaller)](https://goreportcard.com/report/github.com/google/syzkaller) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) +[![Build Status](https://travis-ci.org/google/syzkaller.svg?branch=master)](https://travis-ci.org/google/syzkaller) +[![Go Report Card](https://goreportcard.com/badge/github.com/google/syzkaller)](https://goreportcard.com/report/github.com/google/syzkaller) +[![Coverage Status](https://codecov.io/gh/google/syzkaller/graph/badge.svg)](https://codecov.io/gh/google/syzkaller) +[![GoDoc](https://godoc.org/github.com/google/syzkaller?status.svg)](https://godoc.org/github.com/google/syzkaller) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) `syzkaller` is an unsupervised coverage-guided kernel fuzzer. `Linux` kernel fuzzing has the most support, `akaros`, `freebsd`, `fuchsia`, `netbsd`, `windows` and `gvisor` are supported to varying degrees. -- cgit mrf-deployment