Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Created January 24, 2020 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/abe4710d44809690d2fa3219a10e51bc to your computer and use it in GitHub Desktop.
Save barseghyanartur/abe4710d44809690d2fa3219a10e51bc to your computer and use it in GitHub Desktop.
Coveralls check-list

Coveralls.io checklist

Checklist for coveralls.io - what needs to be done to have it working.

.coveralls.yml file

Shall be present in the repository (root). Make sure the file is spelled correctly (.coveralls.yml).

service_name: travis-ci

.travis.yml config

Do not forget to add the following at the end of .travis.yml:

after_success:
  - pip install coveralls
  - coveralls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment