Skip to content

Commit

Permalink
Merge pull request #12 from funkwerk/codecov
Browse files Browse the repository at this point in the history
Add code coverage info
  • Loading branch information
lindt authored May 12, 2017
2 parents a8f19d1 + 06b53d3 commit f777386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ env:
- ARCH=x86_64

script:
- dub test --arch=$ARCH
- dub test -b unittest-cov --arch=$ARCH

after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/funkwerk/accessors.svg?branch=master)](https://travis-ci.org/funkwerk/accessors)
[![License](https://img.shields.io/badge/license-BSL_1.0-blue.svg)](https://raw.githubusercontent.com/funkwerk/accessors/master/LICENSE)
[![Dub Version](https://img.shields.io/dub/v/accessors.svg)](https://code.dlang.org/packages/accessors)
[![codecov](https://codecov.io/gh/funkwerk/accessors/branch/master/graph/badge.svg)](https://codecov.io/gh/funkwerk/accessors)

`accessors` module allows to generate getters and setters automatically.

Expand Down

0 comments on commit f777386

Please sign in to comment.