-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstep.yml
44 lines (35 loc) · 1.05 KB
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
title: Go test
summary: Runs Go test
description: |-
Runs Go test on the given packages one-by-one:
`go test -v <package>`
website: https://github.com/bitrise-steplib/steps-go-test
source_code_url: https://github.com/bitrise-steplib/steps-go-test
support_url: https://github.com/bitrise-steplib/steps-go-test/issues
type_tags:
- test
is_requires_admin_user: true
is_always_run: false
is_skippable: false
run_if: ""
toolkit:
go:
package_name: github.com/bitrise-steplib/steps-go-test
inputs:
- packages: $BITRISE_GO_PACKAGES
opts:
title: Go test target packages
summary: List of Go packages to test.
description: |-
Newline separated list of Go packages, to run the Go test command against.
__Example:__
```
github.com/my/step
github.com/bitrise/step/tool
```
outputs:
- GO_CODE_COVERAGE_REPORT_PATH:
opts:
title: Code coverage report file path
summary: Path to the code coverage report file.
description: Path to the code coverage report file, which contains each package's code coverage report.