Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coveralls to 3.0.0 #183

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link

This PR updates coveralls from 1.6.0 to 3.0.0.

Changelog

3.0.0

Features (BREAKING)

* **config:**  reorder configuration precedence (249) ([f4faa92d](f4faa92d))

We have *reversed* the order in which configurations are parsed. This means we
are now following the following precedence (latest configured value is used):

1. CI Config
2. COVERALLS_* env vars
3. .coveralls.yml file
4. CLI flags

If you have the same fields set in multiple of the above locations, please
double-check them before upgrading to v3.

The motivation for this change is allowing users to selectively fix values
which may be automatically set to the wrong value. For example, Github Actions
users may find that Github Actions expects you to use a different "service name"
in various different cases. Now you can run, for example:

coveralls --service-name=github

In places where you need to override the default (which is `github-actions`).

Bug Fixes

* **github:**  send null job_id to fix 422 ([05b66aa0](05b66aa0))
* **api:**  fixup retries for services without job IDs ([6ebdc5e2](6ebdc5e2))

<a name="2.2.0"></a>

2.2.0

Features

* **api:**  add workaround allowing job resubmission (241) ([0de0c019](0de0c019))

Bug Fixes

* **integrations:**  fixup environment detection for Semaphore CI (236) ([ad4f8fa8](ad4f8fa8))

<a name="2.1.2"></a>

2.1.2

Features

* **circleci:**  support parallel builds (233) ([5e05654c](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.


<a name="2.1.1"></a>

2.1.1

Bug Fixes

*  fix unhashable CoverallsException (230) ([aa55335d](aa55335d))
This fixes a regression introduced in v2.1.0 which affected (at least) any
Python 3.5 installations.


<a name="2.1.0"></a>

2.1.0

Features

* **cli**:  add new `--finish` flag for finalizing parallel builds (277) ([f597109b](f597109b))

Bug Fixes

* **github:**  fix Github Actions support (227) ([f597109b](f597109b))

<a name="2.0.0"></a>

2.0.0

Compatiblity (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`.

<a name="1.11.1"></a>

1.11.1

Bug Fixes

* **github:**  rename to github-actions ([9e65a059](9e65a059))
 This fixes a regression introduced with v1.11.0, which may have prevented
 usage of this library on Github Actions.

<a name="1.11.0"></a>

1.11.0

Fixes

* **github:**  add `service_number` for github actions ([9f93bd8e](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!).

<a name="1.10.0"></a>

1.10.0

Features

*  support coverage>=5.0 (214) ([4a917402](4a917402))

<a name="1.9.2"></a>

1.9.2

Bug Fixes

* **github:**  fixup incorrect API usage (209) ([c338cab4](c338cab4))

<a name="1.9.1"></a>

1.9.1

Compatibility

*  this release marks Python 3.8 as officially supported. Earlier versions probably
supported Python 3.8 too, but now we're *sure*.

<a name="1.9.0"></a>

1.9.0

Features

* **support:**  support Github Actions CI (207) ([817119c3](817119c3))

Bug Fixes

* **compatibility:**  fixup coverage.__version__ comparisons (208) ([03a57a9a](03a57a9a))

<a name="1.8.2"></a>

1.8.2

Internal

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

<a name="1.8.1"></a>

1.8.1

Bug Fixes

* **dependencies:**  pin `coverage` to `< 5.0`, since the current `5.0` alphas are
                  introducing breaking changes. Once `5.0` is stable, we'll
                  remove the pin.

<a name="1.8.0"></a>

1.8.0

Features

* **flag:**  allow disabling SSL verification ([2e3b5c61](2e3b5c61))

Bug Fixes

* **git:**  fix support for case where git binary is missing ([5bbceaae](5bbceaae))

<a name="1.7.0"></a>

1.7.0

Features

* **api:**  support pull requests on buildkite (197) ([2700e3e2](2700e3e2))

Bug Fixes

* **cli:**  ensure upload failures trigger cli failures ([16192b84](16192b84))

<a name="1.6.0"></a>
Links

@pyup-bot
Copy link
Author

pyup-bot commented Mar 2, 2021

Closing this in favor of #197

@pyup-bot pyup-bot closed this Mar 2, 2021
@paalvibe paalvibe deleted the pyup-update-coveralls-1.6.0-to-3.0.0 branch March 2, 2021 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant