Skip to content

Commit

Permalink
coverage: allow job to fail
Browse files Browse the repository at this point in the history
The tests are successful anyway, we don't need to allow failure.

Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Apr 25, 2023
1 parent 98a35c8 commit b99faf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
run: |
opam exec -- dune build --instrument-with bisect_ppx --force @runtest
opam exec -- bisect-ppx-report send-to Coveralls
continue-on-error: true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_NUMBER: ${{ github.event.number }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Lev - OCaml bindings to libev

[![Coverage Status][coveralls-badge]][coveralls]

[libev]: http://software.schmorp.de/pkg/libev.html
[libevdoc]: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod
[coveralls]: https://coveralls.io/github/rgrinberg/lev?branch=master
[coveralls-badge]: https://coveralls.io/repos/github/rgrinberg/lev/badge.svg?branch=master

## Abstract

Expand Down

0 comments on commit b99faf8

Please sign in to comment.