ci(coverage): add basic test for main.go file to get coverage CI step passing

This commit is contained in:
2020-11-01 16:44:21 +00:00
parent 2530bea25b
commit 69056295b9
3 changed files with 13 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/go-git/go-git/v5 v5.2.0
github.com/octago/sflags v0.2.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/stretchr/testify v1.5.1
github.com/wfscheper/convcom v0.0.0-20200418012201-7aa0e60ba66c
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect