Skip to content
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

Merged
merged 4 commits into from
Feb 11, 2014
Merged

Coveralls support #39

merged 4 commits into from
Feb 11, 2014

Conversation

bfontaine
Copy link
Contributor

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.

:else nil)) lines)}))
(filter (fn [[file _]] file)
(group-by :file forms)))]
(with-out-writer (File. (File. out-dir) "coveralls.json")
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

Copy link
Collaborator

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

@JacekLach
Copy link
Collaborator

Other than those two very minor issues this looks good to me. Thanks!

JacekLach added a commit that referenced this pull request Feb 11, 2014
@JacekLach JacekLach merged commit bb0ea7c into cloverage:master Feb 11, 2014
@bfontaine bfontaine deleted the coveralls branch February 11, 2014 19:52
@bfontaine
Copy link
Contributor Author

Would you mind pushing the snapshot on Clojars so I can add it as a dependency in my repos?

@JacekLach
Copy link
Collaborator

Will do this evening.

@JacekLach
Copy link
Collaborator

Done.

@bfontaine
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants