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
When executing the unit tests go test ./... -coverprofile=coverage.out -covermode count -tags=unit there are entries for _test_util.go files in coverage.out - cat coverage.out | grep _test_util.go. Those files are not expected to be covered as they are for testing purposes and they should not included them in the coverage report.
The text was updated successfully, but these errors were encountered:
When executing the unit tests
go test ./... -coverprofile=coverage.out -covermode count -tags=unit
there are entries for_test_util.go
files incoverage.out
-cat coverage.out | grep _test_util.go
. Those files are not expected to be covered as they are for testing purposes and they should not included them in the coverage report.The text was updated successfully, but these errors were encountered: