This commit is contained in:
neonxp 2022-08-03 01:10:12 +03:00
parent 37dd20244a
commit 6c0acb15d1

13
.drone.yml Normal file
View file

@ -0,0 +1,13 @@
build:
image: golang:1.18.5
environment:
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go test -cover -coverprofile coverage.out
publish:
coverage:
when:
branch: master