Skip to content

Commit

Permalink
Try out a new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 18, 2024
1 parent 004a913 commit ead62e8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Bisect_ppx   [![Coverage][coveralls-img]][coveralls]
<h1 align="center">
<img alt="Bisect_ppx" src="https://raw.githubusercontent.com/aantron/bisect_ppx/logo/doc/logo.png" width="150">
</img>
<br>
Bisect_ppx
</h1>

<br><br>

[**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 is a code coverage tool for OCaml. It helps you test
thoroughly by showing what's **not** tested. You can browse the report seen
in the demo below [online here][gh-pages-report].

[![Bisect_ppx usage example][sample]][gh-pages-report]
<br><br>

You can browse the report seen above [online here][gh-pages-report].
<p align="center">
<a href="http://aantron.github.io/bisect_ppx/demo/">
<img alt="Bisect_ppx usage example" src="https://raw.githubusercontent.com/aantron/bisect_ppx/master/doc/sample.gif">
</img>
</a>
</p>

[self]: https://github.com/aantron/bisect_ppx
[sample]: https://raw.githubusercontent.com/aantron/bisect_ppx/master/doc/sample.gif
Expand All @@ -14,9 +27,9 @@ You can browse the report seen above [online here][gh-pages-report].



<br>
<br><br>

#### Table of contents
## Table of contents

- [**Usage**](#Usage)
- [**Dune**](#Dune) &nbsp; ([starter repo][dune-repo], [report][dune-report])
Expand Down
Binary file added doc/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/logo0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ead62e8

Please sign in to comment.