DroneSample [](https://cloud.drone.io/vorce/dronesample) [](https://coveralls.io/github/vorce/dronesample?branch=master)

July 27, 2020 ยท View on GitHub

Sample repository for elixir build on Drone with excoveralls.

Instructions

You will need to add a coveralls_repo_token secret to the drone project to be able to report coverage:

export DRONE_TOKEN=<your-drone-token>
export DRONE_SERVER=<your-drone-server-hostname>
drone secret add --repository=namespace/project --name=coveralls_repo_token --value=<coveralls-repo-token>