Skip to content

adding code coverage generation#1

Open
jasongerard wants to merge 1 commit into
jenkins-x-quickstarts:masterfrom
jasongerard:coverage
Open

adding code coverage generation#1
jasongerard wants to merge 1 commit into
jenkins-x-quickstarts:masterfrom
jasongerard:coverage

Conversation

@jasongerard

Copy link
Copy Markdown

No description provided.

@jglick jglick left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I suppose the buildpack should also be amended to run jx step collect with matching arguments.

Comment thread Makefile
@@ -1,15 +1,16 @@
SHELL := /bin/bash
GO := GO15VENDOREXPERIMENT=1 go
GOPATH := $(shell go env GOPATH)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think this is going to be clobbered by the buildpack.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I think this is fine if it's over written by the buildpack. It was added mainly to guarantee a value is set for GOPATH when running locally.

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