You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2018. It is now read-only.
--output File where to dump json. Set to - for stdout.
--prefix Prefix to add in order to find source and cmp files.
--repo_token Use repo token instead of automatic CI detection.
--send Automatically send data to coveralls.io using curl.
--version Print version and exit with 0.
From sources. Set bindir to the directory where to install the binary:
make build
make bindir=/foo/bar install
Via opam:
opam install ocveralls
Know bug(s)
Running the tool will generate a bisectXXXX.out file
(XXXX being a four digit number). This is due to a side effect of
Bisect.Common module. If this file really is a problem, define the
BISECT_FILE environment variable to a temporary directory, or
to a directory you do not have writing rights (the second solution
will generate a warning message on stderr, except if you also
define BISECT_SILENT to YES or ON).
On Travis-ci when installing
ocveralls with opam, you may encouter ocveralls: command not found.
Instead of calling ocveralls, use "`opam config var bin`/ocveralls".