Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa committed Feb 8, 2020
1 parent d5045f7 commit 3b9dd00
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ steps:
- name: test
image: golang:1.13
commands:
- go test -v -cover -bench=. ./...
- go test -v -bench=. ./...

- name: coverage
image: golang:1.13
commands:
- go get github.com/mattn/goveralls
- goveralls -v -service drone.io
environment:
COVERALLS_TOKEN:
from_secret: COVERALLS_TOKEN

0 comments on commit 3b9dd00

Please sign in to comment.