mirror of
https://github.com/theonedev/onedev.git
synced 2026-02-01 17:37:19 +00:00
chore: Minor inline comment for golang job suggestion
This commit is contained in:
parent
6cee0358f4
commit
549356fb7c
@ -108,7 +108,7 @@ public class GolangJobSuggestion implements JobSuggestion {
|
||||
"go install github.com/AlekSi/gocov-xml@@latest\n" +
|
||||
"go install github.com/jstemmer/go-junit-report/v2@@latest\n" +
|
||||
"set +e\n" +
|
||||
"# Turn off vet as the optional golangci-lint can do this\n" +
|
||||
"# Turn off vet as the \"check and lint\" step can do this \n" +
|
||||
"go test -vet=off -v -coverprofile=coverage.out ./... > test-result.out\n" +
|
||||
"TEST_STATUS=$?\n" +
|
||||
"go-junit-report -in test-result.out -out test-result.xml -set-exit-code\n" +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user