- ci: add Travis PR support (#162) (baf683ee)
- cli: allow service_name override from cli flag or env var (#167) (e8a98904)
- coveralls-enterprise: add support for coveralls enterprise (#166) (7383f377)
- git: silently omit git data when git is unavailable (#176) (f9db83cd)
- jenkins:
- add support for AppVeyor CI (1a62ce27)
- add support for BuildKite CI (a58d6f9e)
- add support for branch coverage (e2413e38)
- add support for parallel builds in Coveralls CI (7ba3a589)
- fix coverage count in cases of partial branch coverage (b9ab7037)
- fix SNI validation errors in python2 (c5541263)
- warn when PyYAML is missing (711e9e4c)
- support for Circle CI
- official coverage 4.0 support
- coverage 4 beta support
- codeship experimetal support (CI_BRANCH env variable)
- drop python 3.2 support (as coverage 4 does not support it)
- repo token usage is deprecated (but still supported) in favor of env variable.
- error reporting is improved, exist status codes added
- fix latest alpha coverage.py support
- remove erroneous warning message when writing output to a file
- Backwards Incompatible: make pyyaml optional. If you're using .coveralls.yml, make sure to install coveralls[yaml]
- coverage 4 alpha support
- allow debug and output options to work without repo_token
- fix merge command for python 3.X
- add option --output= for saving json to file for possible merging with coverages from other languages
- add merge command for sending coverage stats from multiple languages
- proper fix coverage.py dependency version
- fix coverage.py dependency version
- handle 503 errors from coveralls.io
- fix gitlog output with utf8
- added support for --rcfile= option to cli
- improved docs: nosetests and troubleshooting sections added
- added debug in case of UnicodeDecodeError
- removed sh dependency in favor of Windows compatibility
- added initial support for Circle CI
- fixed Unicode not defined error in python 3
- Python 3.2 and PyPy support
- graceful handling of coverage exceptions
- fixed UnicodeDecodeError in json encoding
- improved readme
- introduced COVERALLS_REPO_TOKEN environment variable as a fallback for Travis
- removed repo_token from verbose output for security reasons
- initial release