Skip to content

Commit

Permalink
README: update CI badges
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 6, 2021
1 parent 982a8bf commit 6c80272
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Bisect_ppx   [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor] [![Coverage][coveralls-img]][coveralls]
# Bisect_ppx   [![CI status][ci-img]][ci] [![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.
[**Bisect_ppx**][self] is a code coverage tool for OCaml and Reason. It helps
you test thoroughly by showing what's **not** tested.

[![Bisect_ppx usage example][sample]][gh-pages-report]

You can browse the report seen above [online here][gh-pages-report].

[self]: https://github.com/aantron/bisect_ppx
[travis]: https://travis-ci.org/aantron/bisect_ppx
[travis-img]: https://img.shields.io/travis/aantron/bisect_ppx/master.svg?label=travis
[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
[ci]: https://travis-ci.org/aantron/bisect_ppx
[ci-img]: https://img.shields.io/github/workflow/status/aantron/bisect_ppx/test/master
[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 6c80272

Please sign in to comment.