From 9892cc52f0b63e009c64387817d0d9b1cc2999d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Wed, 11 Oct 2017 21:30:11 +0200 Subject: [PATCH] Add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 69e5db2..7b3aadb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # cppast +[![Build Status](https://travis-ci.org/foonathan/cppast.svg?branch=master)](https://travis-ci.org/foonathan/cppast) +[![Build status](https://ci.appveyor.com/api/projects/status/8gp5btjq7eassvn7?svg=true)](https://ci.appveyor.com/project/foonathan/cppast) +[![Coverage Status](https://coveralls.io/repos/github/foonathan/cppast/badge.svg)](https://coveralls.io/github/foonathan/cppast) + Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code. *Note: This is currently just a first prototype and everything is unstable for now. If your code can't be parsed, please file an issue.*