mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-27 13:48:49 +08:00

* Add publisher field to the message Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com> * Update SenML lib Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
14 lines
197 B
YAML
14 lines
197 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go test -short -coverprofile=coverage.txt -covermode=count ./...
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|