From 57af3d7b811534cbb4b3b155460e195d48ccc069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yavuz=20Ege=20=C3=96zcan?= Date: Thu, 5 Oct 2017 17:08:35 +0200 Subject: [PATCH] adds the badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5765f47..6b5fc3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ppipe +![An image that shows if build is passing](https://travis-ci.org/egeozcan/ppipe.svg?branch=master "Build Status") +[![Coverage Status](https://coveralls.io/repos/github/egeozcan/ppipe/badge.svg?branch=master)](https://coveralls.io/github/egeozcan/ppipe?branch=master) + pipes values through functions, an alternative to using the [proposed pipe operator](https://github.com/mindeavor/es-pipeline-operator) ( |> ) for ES. Supports functions returning promises too. In that case, the result of the