go-xmpp/codeship-steps.yml

9 lines
228 B
YAML
Raw Normal View History

2018-01-01 17:23:36 +00:00
- type: serial
steps:
- name: test
service: build
2018-01-01 17:57:56 +00:00
command: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: codecov
service: build
command: bash -c "curl -s https://codecov.io/bash"