Skip to content

Commit 4dbbeca

Browse files
committed
add coveralls badge
1 parent 2927b2c commit 4dbbeca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.benas/unix-stream/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|io.github.benas|unix-stream|0.4|)
66
[![Build Status](https://travis-ci.org/benas/unix-stream.svg?branch=master)](https://travis-ci.org/benas/unix-stream)
7+
[![Coverage Status](https://coveralls.io/repos/github/benas/unix-stream/badge.svg?branch=master)](https://coveralls.io/github/benas/unix-stream?branch=master)
78

89
UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way.
910
It provides a set of components that mimic Unix commands (and more).

0 commit comments

Comments
 (0)