cl-coveralls icon indicating copy to clipboard operation
cl-coveralls copied to clipboard

Results 3 cl-coveralls issues
Sort by recently updated
recently updated
newest added

We use cl-coverals to test cl+ssl, and recently it started to fail with error "Please, set COVERALLS_REPO_TOKEN env variable. It is required." The requirement is introduced by pull request #13....

This adds support for private travis builds with the travis-pro service name. This service name is provided in `.coveralls.yaml` as described in [the Travis CI instructions](https://docs.travis-ci.com/user/coveralls/#coveralls-and-private-repositories).

Hi, I was looking at how different projects on quicklisp use uiop:run-program and came across this snippet in cl-coveralls: ```common-lisp (with-output-to-string (s) (uiop:run-program `("git" "--git-dir" ,(namestring (merge-pathnames #P".git" (pathname project-dir)))...