-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coveralls support #39
Conversation
:else nil)) lines)})) | ||
(filter (fn [[file _]] file) | ||
(group-by :file forms)))] | ||
(with-out-writer (File. (File. out-dir) "coveralls.json") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simply (File. out-dir "coveralls.json")
should do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks. In fact I adapted this code from the line 264.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hah, I should fix that :P
Other than those two very minor issues this looks good to me. Thanks! |
Would you mind pushing the snapshot on Clojars so I can add it as a dependency in my repos? |
Will do this evening. |
Done. |
Thanks! |
This adds support for Coveralls (#38), writing the JSON in
${outdir}/coveralls.json
, users are then free to send it to Coveralls using their API.