Closed DeathKing closed 3 years ago
Is this considered a solution then, I am not able to get coverage results see #564
IMO this should be a solution to #564 instead of using sudo
to hack away the permission issue
This patch does not work at all: with go get or go build.
with go get or go build
@mqy I'll look into it today, because it looks like a viable solution. I do agree and believe that there are few missed edge cases...
Really tired that we've got no coverage reports for so long.
Closing in favor of #618
I had the same problem with #564 , after a simple code review, I figured out that using a temp dir to store the resources may be a solution.
Here is my quick and dirty fix. But here're few things should be noticed:
Tested in OSX/Ubuntu platform.