go-coverage
go-coverage copied to clipboard
have option not to use full path
It would be nice if there was an option, like --trim, not to use the full path. in the coverage file itself, files are not shown as a filepath, but as a URI. github.com/company/software/dir/package/somefunc.go instead of: /Users/marcelloh/data/company/software/dir//package/somefunc.go
The reason is, that I might use it in a presentation towards the customer, and it doesn't look professional when my name is in there. Or perhaps you can just start at the current dir (and remove everything in front of that.
Do you need help with this?