github.com/vmware/go-vcloud-director/v2@v2.24.0/.drone.yml (about)

     1  build:
     2    image: golang
     3    commands:
     4      - go get -t
     5      - go get golang.org/x/tools/cmd/cover
     6      - go get github.com/mattn/goveralls
     7      - hack/coverage
     8      - goveralls -coverprofile=.cover/cover.out -service drone.io
     9    environment:
    10      - COVERALLS_TOKEN=rV578IYwiOWZLEujCjHhS7ciQ4vd4I8Cn
    11  notify:
    12    webhook:
    13      urls:
    14        - https://webhooks.gitter.im/e/ec455a4f33bad0f3c06b
    15      on_success: true
    16      on_failure: true
    17  publish:
    18    coverage:
    19      server: https://coverage.vmware.run
    20      token: $$COVERAGE_TOKEN
    21      when:
    22        branch: main