go test -cover in module mode.

This commit is contained in:
Stanislav Nikitin 2020-05-12 22:19:44 +05:00
parent f5589906d6
commit 169e680a5f
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
- id: go-test-mod-cover
name: 'go-test-mod-cover'
entry: 'go-test-mod-cover.sh'
language: 'script'
description: 'Run go test in module mode (GO111MODULE=on) with coverage report'
pass_filenames: false
- id: golangci-lint-mod
name: 'golangci-lint-mod'
entry: 'golangci-lint-mod.sh'