-
Notifications
You must be signed in to change notification settings - Fork 128
Cover doesn't work always #282
Comments
I am having the same issue running AppEngine tests.
Is there a way to see background process output from eg. go test while they are running in the background? |
@maxhille Glad I noticed your post - I thought coverage wasn't working at all but now I notice the Would love if go-plus could wait longer for Overall though go-plus is the best thing ever! |
The |
Introduce `go-plus.config.additional{Build|Test}Args` config properties that allow users to alter the flags that are passed to: build args: - go build / go install - go test -c test args: - go test -coverprofile This can be used to define build tags, for example. - Fixes #282 - Fixes #308 - Fixes #551 - Fixes #573 - Closes #565
I'm encountering an issue where cover coloring doesn't work always. In small packages it works, no problems. But in 2 cases no color shows up:
There are no compile errors and all tests pass.
Can anyone give some pointers to investigate the issue?
UPDATE
It seems it has to do with the time it takes to execute the tests. Is it an idea to run by default the tests with
-short
? Or make it a setting?go-plus information:
The text was updated successfully, but these errors were encountered: