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)
Этот коммит содержится в:
Chris
2017-11-13 13:59:51 -06:00
коммит произвёл Christopher Speller
родитель 1329aa51b6
Коммит 865f9f83a7
12 изменённых файлов: 408 добавлений и 293 удалений

12
cmd/platform/version_test.go Обычный файл
Просмотреть файл

@@ -0,0 +1,12 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package main
import (
"testing"
)
func TestVersion(t *testing.T) {
checkCommand(t, "version")
}