Skip to content

Releases: TheKevJames/coveralls-python

2.1.1

08 Jul 18:57
9949a31
Compare
Choose a tag to compare

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

07 Jul 00:44
458e22d
Compare
Choose a tag to compare

2.1.0 (2020-07-07)

Features

  • cli: add new --finish flag for finalizing parallel builds (#277) (f597109b)

Bug Fixes

2.0.0

07 Apr 02:55
3071fbb
Compare
Choose a tag to compare

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

15 Feb 00:14
ddc0619
Compare
Choose a tag to compare

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

12 Feb 08:12
beaf74c
Compare
Choose a tag to compare

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

31 Dec 03:27
9ab9155
Compare
Choose a tag to compare

1.10.0 (2019-12-31)

Features

1.9.2

03 Dec 20:58
c23508d
Compare
Choose a tag to compare

1.9.2 (2019-12-03)

Bug Fixes

  • github-actions: fixup incorrect API usage (#209)

1.9.1

03 Dec 08:01
1b78d92
Compare
Choose a tag to compare

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

03 Dec 07:42
0e23356
Compare
Choose a tag to compare

1.9.0 (2019-12-03)

Features

  • support: support Github Actions CI (#207)

Bug Fixes

  • compatibility: fixup coverage.__version__ comparisons (#208)

1.8.2

29 Jul 19:38
01e4173
Compare
Choose a tag to compare

1.8.2 (2019-07-29)

Internal

  • dependencies: update pass urllib3<1.25 pin, now that that's fixed.