Skip to content

Instantly share code, notes, and snippets.

@The-EDev
Created April 4, 2021 12:15
Show Gist options
  • Select an option

  • Save The-EDev/a663c6629706f2cbfbc85990add6e458 to your computer and use it in GitHub Desktop.

Select an option

Save The-EDev/a663c6629706f2cbfbc85990add6e458 to your computer and use it in GitHub Desktop.
features of cpp-coveralls not found in help or readme

Possible values in .coveralls.yml

  • repo_token
  • service_name (default: travis-ci)
  • gcov_options
  • root (default: '.')
  • build_root
  • include (list)
  • exclude (list)
  • exclude_lines_pattern (list)

Possible environment variables

  • COVERALLS_REPO_TOKEN
  • TRAVIS_JOB_ID (used for service_job_id)
  • COVERALLS_PARALLEL (default: False)
  • COVERALLS_ENDPOINT (default: https://coveralls.io)
  • TRAVIS_BRANCH
  • APPVEYOR_REPO_BRANCH
  • CI_BRANCH

(The last 3 are all for specifying the branch, cpp-coveralls will use the current git branch if none are specified)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment