You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying the -coverprofile flag leads to a coverage output that only contains coverage of the last tested package.
I'd expect to see coverage for all packages included in the tests. It seems like gotesplit runs multiple go test runs under the hood overwriting the coverprofile file.
Specifying the
-coverprofile
flag leads to a coverage output that only contains coverage of the last tested package.I'd expect to see coverage for all packages included in the tests. It seems like
gotesplit
runs multiplego test
runs under the hood overwriting the coverprofile file.Command I used:
I can clearly see that
report.tmp
contains tests covering files not part ofcoverage.tmp
.The text was updated successfully, but these errors were encountered: