You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fix unhashable CoverallsException (#230) (aa55335d)
This fixes a regression introduced in v2.1.0 which affected (at least) any
Python 3.5 installations.
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.
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.
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!).