You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. kind: pipeline
  2. name: default
  3. steps:
  4. - name: test
  5. image: golang:1.11
  6. commands:
  7. - go build -v
  8. - go test -v -race -coverprofile=coverage.txt -covermode=atomic