From 865f9f83a7cf2f9eb1fe2735b6bd498f56486f50 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Nov 2017 13:59:51 -0600 Subject: Improve test coverage reporting / accuracy (#7819) * improve test coverage reporting / accuracy * handle absolute coverpaths * move tests into multiple files * rename codecov.yml (https://github.com/codecov/support/issues/426) --- app/app_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'app/app_test.go') diff --git a/app/app_test.go b/app/app_test.go index 17189956d..2058ddd79 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -48,6 +48,7 @@ func TestMain(m *testing.M) { func TestAppRace(t *testing.T) { for i := 0; i < 10; i++ { a := New() + a.UpdateConfig(func(cfg *model.Config) { *cfg.ServiceSettings.ListenAddress = ":0" }) a.StartServer() a.Shutdown() } -- cgit v1.2.3-1-g7c22