Check coverage at https://coveralls.io
Project description
coveralls-check
A small helper to check https://coveralls.io for a given commit hash.
Development takes place here: https://github.com/cjw296/coveralls-check/
Usage
This was designed for use with Travis CI Build Stages where you want to check code coverage before doing a deployment or release.
A sample .travis.yml using it is as follows:
language: python sudo: false python: - "2.7" - "3.6" install: - "pip install --upgrade pip setuptools" - "pip install -Ue .[test]" script: coverage run --source ... -m py.test after_success: - coveralls jobs: include: - stage: coverage python: 3.6 after_success: skip install: "pip install -U coveralls-check" script: "coveralls-check $TRAVIS_COMMIT"
Changes
1.0.0 (17 Aug 2017)
Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coveralls-check-1.0.0.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for coveralls_check-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7989b72513b514df5002f47952f38446e52e38d4abbc6d889a731398c4f6da02 |
|
MD5 | be7ef9fa3bfb87eb4565521106a159e0 |
|
BLAKE2b-256 | 9590909815984825f166d36025295728abbddaa24318c41983e392fdde79c6ba |