-
Notifications
You must be signed in to change notification settings - Fork 78
Add support for excoveralls json format #278
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
Conversation
* Coverage tool https://github.com/parroty/excoveralls using coveralls.json format
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.
Looks good! Just a couple comments.
COPY . . | ||
RUN go install -v | ||
|
||
RUN git clone https://github.com/ale7714/excoveralls.git |
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.
Should this be hosted on the codeclimate
account?
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.
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) | ||
} |
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.
Do you think it'd be worth adding coverage for the could not find any files
, could not open coverage file
states, too?
a106063
to
8b0eed4
Compare
coveralls.json format
Related to parroty/excoveralls#119