florence/cover

Coveralls tests fail if git is not found

Closed this issue · 4 comments

See http://pkg-build.racket-lang.org/server/built/test-fail/cover.txt

This is causing our tests to fail on the build server

Does the package server just do a git checkout? If so, I'll write a thing to parse refs and branches straight from the .git folder. Otherwise it might not work either way.

The coveralls module should check if its in a git checkout (or if git
exists) and do something sane if it doesn't. (Maybe error, or just exclude
that info from the output).

On Thu, Mar 5, 2015, 11:59 AM Sam Tobin-Hochstadt notifications@github.com
wrote:

It uses the package system itself (which has an implementation of git clone).


Reply to this email directly or view it on GitHub
#57 (comment).

Coveralls has been moved to its own repo, see the issue there.