9 lines
228 B
YAML
9 lines
228 B
YAML
- type: serial
|
|
steps:
|
|
- name: test
|
|
service: build
|
|
command: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
|
- name: codecov
|
|
service: build
|
|
command: bash -c "curl -s https://codecov.io/bash"
|