Skip to content

Releases: TheKevJames/coveralls-python

2.1.2

12 Aug 01:16
e31c265

Choose a tag to compare

2.1.2 (2020-08-12)

Features

  • circleci: support parallel builds (#233) (5e05654c)
    Note: this is partially a fix for the --finish command
    introduced in v2.1.0, which did not seem to work for some CircleCI
    users.

2.1.1

08 Jul 18:57
9949a31

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

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

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

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

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

Choose a tag to compare

1.10.0 (2019-12-31)

Features

1.9.2

03 Dec 20:58
c23508d

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

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

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)