Add Codecov support

This commit is contained in:
Mickael Remond
2018-01-01 18:57:56 +01:00
parent 753a872fe8
commit a6b003ccd3
4 changed files with 10 additions and 2 deletions

View File

@@ -2,4 +2,7 @@
steps:
- name: test
service: build
command: go test -v ./...
command: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: codecov
service: build
command: bash -c "curl -s https://codecov.io/bash"