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 dependency coveralls to v3 - autoclosed #716

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coveralls (changelog) ==2.0.0 -> ==3.3.1 age adoption passing confidence

Release Notes

TheKevJames/coveralls-python (coveralls)

v3.3.1

Compare Source

Bug Fixes
Internal
  • exclude a few incompatible coverage versions (#​337)

coverage versions v6.0.0 through v6.1.1 exhibited some incompatibilies with
coveralls; we've updated our version compatibility ranges to exclude those
versions.

v3.3.0

Compare Source

Features

Note this implicitly improves support for Python 3.10, as coverage v6.x includes some fixes for v3.10 of Python.

Bug Fixes

This solves some edge cases around duplicated / unmerged coverage results in parallel runs.

v3.2.0

Compare Source

Features
  • api: support officially documented generic CI env vars (#​300) (ca1c6a47)

v3.1.0

Compare Source

Features

v3.0.1

Compare Source

Bug Fixes
  • github: send null job_id to fix 422 during resubmission (#​269) (54be7545)

v3.0.0

Compare Source

Features (BREAKING)

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=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)
  • api: fixup retries for services without job IDs (6ebdc5e2)

v2.2.0

Compare Source

Features
Bug Fixes
  • integrations: fixup environment detection for Semaphore CI (#​236) (ad4f8fa8)

v2.1.2

Compare Source

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.

v2.1.1

Compare Source

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.

v2.1.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency coveralls to v3 Update dependency coveralls to v3 - autoclosed Apr 29, 2024
@renovate renovate bot closed this Apr 29, 2024
@renovate renovate bot deleted the renovate/coveralls-3.x branch April 29, 2024 23:37
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

0 participants