<!-- /area test-and-release /kind bug /assign @jessiezcc --> ## Expected Behavior Generally coverage reports elide test files. ## Actual Behavior Today the coverage report show `foo_test.go` files in addition to `foo.go` files. See [here](https://github.com/knative/serving/pull/1118#issuecomment-395930149)
Expected Behavior
Generally coverage reports elide test files.
Actual Behavior
Today the coverage report show
foo_test.gofiles in addition tofoo.gofiles. See here