From 9f8622ae6163bdea83604bafdfc3ee4e70b0bcde Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 19 Mar 2019 01:16:29 +0100 Subject: Add CI badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ff1fc5a..296cad5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # `dhall-rust` +[![Build Status](https://travis-ci.org/Nadrieril/dhall-rust.svg?branch=master)](https://travis-ci.org/Nadrieril/dhall-rust) +[![codecov](https://codecov.io/gh/Nadrieril/dhall-rust/branch/master/graph/badge.svg)](https://codecov.io/gh/Nadrieril/dhall-rust) + This is a WIP implementation in Rust of the [dhall](https://dhall-lang.org) configuration format/programming language. This language is defined by a [standard](https://github.com/dhall-lang/dhall-lang), and this implementation tries its best to respect it. -- cgit v1.2.3