diff options
author | Nadrieril | 2019-03-19 01:16:29 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-19 01:16:29 +0100 |
commit | 9f8622ae6163bdea83604bafdfc3ee4e70b0bcde (patch) | |
tree | 50c684ddb2f8fe9caca955e5acaa4bf553b40dfd | |
parent | 22ca5ac7372eb5bdc025e0b4a116671921b94a8e (diff) |
Add CI badges
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |