-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(ci): add codecov #146
Conversation
@vdice is a potential reviewer of this pull request based on my analysis of |
@vdice Any idea why Jenkins is having syntax errors on this pull request? |
@Joshua-Anderson hmmm I don't know why it would complain... I'm not aware of the |
d0431ed
to
de0678d
Compare
${DEV_ENV_PREFIX_CGO_ENABLED} ${DEV_ENV_IMAGE} sh -c '${GOTEST} $$(glide nv)' | ||
|
||
test-cover: test-style | ||
${DEV_ENV_PREFIX_CGO_ENABLED} ${DEV_ENV_IMAGE} test-cover.sh |
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.
Where is this script located?
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.
It's inside the docker-go-dev container
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.
TIL. Cool!
@vdice The script works for me locally and |
3e7657b
to
678013c
Compare
Current coverage is 5.25% (diff: 100%)
|
As you can see, the PR works! Ready for reviews! |
This passed e2e but the result wasn't properly logged |
No description provided.