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 support for excoveralls json format #278

Merged
merged 3 commits into from
Dec 19, 2017

Conversation

ale7714
Copy link
Contributor

@ale7714 ale7714 commented Dec 19, 2017

Related to parroty/excoveralls#119

@ale7714 ale7714 changed the title Add support to excoveralls json format Add support for excoveralls json format Dec 19, 2017
Copy link
Contributor

@toddmazierski toddmazierski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a couple comments.

COPY . .
RUN go install -v

RUN git clone https://github.com/ale7714/excoveralls.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be hosted on the codeclimate account?

Copy link
Contributor Author

@ale7714 ale7714 Dec 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gonna go with codecliamte-testing, since we're only using this for testing. Not really any development.

r.Equal(lc.Covered, 14)
r.Equal(lc.Missed, 1)
r.Equal(lc.Total, 15)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it'd be worth adding coverage for the could not find any files, could not open coverage file states, too?

@ale7714 ale7714 force-pushed the ap-add-support-for-excoveralls branch from a106063 to 8b0eed4 Compare December 19, 2017 22:34
@ale7714 ale7714 merged commit 07c806d into master Dec 19, 2017
@ale7714 ale7714 deleted the ap-add-support-for-excoveralls branch December 19, 2017 22:44
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.

None yet

2 participants