Thanks
Dave
zapf(~/src/github.com/xh3b4sd/go-test) % go test ./... -cover
ok github.com/xh3b4sd/go-test/failing 0.007s coverage: 100.0% of statements
ok github.com/xh3b4sd/go-test/working 0.009s coverage: 100.0% of statements
I noticed your makefile uses symlinks. Symlinks are absolutely prohibited inside gopath, that may be the cause of the problem.