1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-26 00:38:51 +00:00

Fix Drone CI config

This commit is contained in:
James Mills 2019-03-22 07:55:12 +10:00
parent 3bef95fd11
commit 818600268e
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

@ -6,17 +6,4 @@ steps:
image: golang:latest
commands:
- go test -v -short -cover -coverprofile=coverage.txt -coverpkg=$(go list) ./...
- name: coverage
image: plugins/codecov
settings:
token:
from_secret: codecov-token
- name: notify
image: plugins/webhook
urls: https://msgbus.mills.io/ci.mills.io
when:
status:
- success
- failure
- go build .