Skip to content

Commit

Permalink
README: add Coveralls badge
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aantron committed Aug 25, 2019
1 parent 8a29e91 commit 0340d47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bisect_ppx   [![version 1.5.0~dev0][version]][releases] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
# Bisect_ppx   [![version 1.5.0~dev0][version]][releases] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor] [![Coverage][coveralls-img]][coveralls]

[Bisect_ppx][self] is a code coverage tool for OCaml and Reason. It helps you
test thoroughly by showing what's **not** tested.
Expand All @@ -16,6 +16,8 @@ details of how it is generated are in the [worked example](#Example).
[appveyor]: https://ci.appveyor.com/project/aantron/bisect-ppx/branch/master
[appveyor-img]: https://img.shields.io/appveyor/ci/aantron/bisect-ppx/master.svg?label=appveyor
[sample]: https://raw.githubusercontent.com/aantron/bisect_ppx/master/doc/sample.gif
[coveralls]: https://coveralls.io/github/aantron/bisect_ppx?branch=master
[coveralls-img]: https://img.shields.io/coveralls/aantron/bisect_ppx/master.svg



Expand Down

0 comments on commit 0340d47

Please sign in to comment.