Releases: TheKevJames/coveralls-python
Releases · TheKevJames/coveralls-python
2.1.1
2.1.1 (2020-07-08)
Bug Fixes
- fix unhashable CoverallsException (#230) (aa55335d)
This fixes a regression introduced in v2.1.0 which affected (at least) any
Python 3.5 installations.
2.1.0
2.1.0 (2020-07-07)
Features
- cli: add new
--finish
flag for finalizing parallel builds (#277) (f597109b)
Bug Fixes
2.0.0
2.0.0 (2020-04-07)
Compatibility (BREAKING CHANGES)
- We have now dropped support for End-Of-Life'd versions of Python and
particularly old versions of the coverage
library; if you are still using
Python v2.7 or v3.4, or you are using coverage<4.1
, this library will no
longer be compatible starting from this release -- please pin to
coveralls<2.0.0
.
1.11.1
1.11.1 (2020-02-15)
Bug Fixes
- github: rename to github-actions (9e65a059)
This fixes a regression introduced with v1.11.0, which may have prevented
usage of this library on Github Actions.
1.11.0
1.11.0 (2020-02-12)
Fixes
- github: add service_number for github actions (9f93bd8e)
This should fix support for parallel builds.
Compatibility
- Python 2.7 and 3.4 are now officially End-Of-Life'd. Consider them deprecated
from the perspective of this package -- we'll remove them in an upcoming
release (likely the first one which requires non-trivial work to continue
supporting them!).
1.10.0
1.10.0 (2019-12-31)
Features
1.9.2
1.9.2 (2019-12-03)
Bug Fixes
- github-actions: fixup incorrect API usage (#209)
1.9.1
1.9.1 (2019-12-03)
Compatibility
- this release marks Python 3.8 as officially supported. Earlier versions probably
supported Python 3.8 too, but now we're sure.
1.9.0
1.9.0 (2019-12-03)
Features
- support: support Github Actions CI (#207)
Bug Fixes
- compatibility: fixup
coverage.__version__
comparisons (#208)
1.8.2
1.8.2 (2019-07-29)
Internal
- dependencies: update pass urllib3<1.25 pin, now that that's fixed.