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

chore(deps): update dependency coveralls to v3 #1917

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

Mend Renovate

This PR contains the following updates:

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

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

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

v2.0.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 added dependencies Pull requests that update a dependency file Renovate labels Jun 27, 2023
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 3 times, most recently from 28db6ea to c7e9858 Compare July 4, 2023 18:13
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 6 times, most recently from 8f8b604 to 9527aa4 Compare July 13, 2023 13:23
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 4 times, most recently from 90a5ebe to b7768f5 Compare July 19, 2023 17:27
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 9 times, most recently from 2dbfe40 to d6985ef Compare July 27, 2023 18:59
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 3 times, most recently from b18bbc3 to fa40839 Compare August 2, 2023 17:13
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 3 times, most recently from f78db10 to 68cdd2f Compare August 9, 2023 17:20
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 7 times, most recently from b767162 to 7f9f512 Compare November 24, 2023 14:30
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 12 times, most recently from 77b5929 to bd224d5 Compare November 29, 2023 19:01
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch 6 times, most recently from 8532eab to d9dd7a2 Compare December 7, 2023 14:36
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from d9dd7a2 to df5f1fc Compare December 7, 2023 15:17
@jzbahrai jzbahrai merged commit 22e5495 into main Dec 7, 2023
4 checks passed
@jzbahrai jzbahrai deleted the renovate/coveralls-3.x branch December 7, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant