go-xmpp/codeship-steps.yml
2018-01-01 18:57:56 +01:00

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"