Skip to content

Commit

Permalink
Add integration with Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Mar 23, 2017
1 parent 7e6c4cd commit aab8c1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ language: d
d:
- dmd
- ldc

install:
- dub fetch doveralls

script:
- dub test -b unittest-cov
- dub run doveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Dub version](https://img.shields.io/dub/v/rx.svg)](https://code.dlang.org/packages/rx)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)
[![Build Status](https://travis-ci.org/lempiji/rx.svg?branch=master)](https://travis-ci.org/lempiji/rx)
[![Coverage Status](https://coveralls.io/repos/github/lempiji/rx/badge.svg?branch=master)](https://coveralls.io/github/lempiji/rx?branch=master)

### Overview

Expand Down

0 comments on commit aab8c1b

Please sign in to comment.