Skip to content
Daniel Perez edited this page Nov 29, 2015 · 1 revision

Setup OpenCov with NodeJS

  1. Follow the instructions to setup Node Coveralls
  2. Export the following variables
    • COVERALLS_REPO_TOKEN: This is the token from the OpenCov project page. It should be kept secret, so use your CI environment when possible.
    • COVERALLS_ENDPOINT: This is the endpoint of your OpenCov installation.
    • COVERALLS_GIT_BRANCH (optional): This is the branch for the current build. A smart default will be use if you do not provide it.
Clone this wiki locally