- 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=<file> 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=<file> 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