forked from jshiffer/go-xmpp
Add Codecov support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user