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

Add code coverage reporting to Travis CI #295

Closed
mewmew opened this issue May 13, 2016 · 1 comment
Closed

Add code coverage reporting to Travis CI #295

mewmew opened this issue May 13, 2016 · 1 comment
Assignees

Comments

@mewmew
Copy link
Contributor

mewmew commented May 13, 2016

(Creating dedicated issue for tracking this work. Comment originally posted in #117 (comment))

The Travis config may be extended to report the lint status of the project. For an example project using this approach, refer to the following goclean.sh script and travis config:

The goclean.sh script reports issues from gofmt, goimports, golint, go vet, go test -race and go cover. Test coverage is optionally reported to https://coveralls.io/.

Note, the secure environment variable is an encrypted version of the COVERALLS_TOKEN environment variable. For a howto, see decomp/decomp#4 (comment).

@paked
Copy link
Member

paked commented May 26, 2016

Harrison Shoebridge @paked 21:09
@otraore Is this [coveralls] done: #295
I've seen coveralls around the place, so I assume so?

Ousmane Traore @otraore 21:09
It is done BUT
there’s an issue on coveralls side and our badge
as for reporting it’s done in the PR and the page as well
But this is a bug others are experiencing as well.
So you can close the issue.

Edit(@otraore): Fixed by #301

@paked paked closed this as completed May 26, 2016
@otraore otraore self-assigned this May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants