From 24d9114275cf8e2aa279feabd03c58f411f38a92 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 6 May 2020 14:43:04 +0200 Subject: .github/workflows: add CI workflow Switch from Travis to Github Actions for testing. This is faster and is better integrated with github. Update #1699 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 212b14925..6e1ee6899 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # syzkaller - kernel fuzzer -[![Build Status](https://travis-ci.org/google/syzkaller.svg?branch=master)](https://travis-ci.org/github/google/syzkaller/branches) +[![CI Status](https://github.com/google/syzkaller/workflows/ci/badge.svg)](https://github.com/google/syzkaller/actions?query=workflow/ci) [![fuzzit](https://app.fuzzit.dev/badge?org_id=syzkaller=master)](https://fuzzit.dev) +[![OSS-Fuzz](https://github.com/google/syzkaller/workflows/CIFuzz/badge.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=label:Proj-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) -- cgit mrf-deployment