Bump coveralls from 3.3.1 to 4.0.1
Bumps coveralls from 3.3.1 to 4.0.1.
Release notes
Sourced from coveralls's releases.
4.0.1 (2024-05-15)
Internal
- support
coveragev7.5+ (#442) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/f41dca5)- skip tests which require running in a git repo when
.gitis missing (#443) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/b566fc3)4.0.0 (2024-04-29)
BREAKING CHANGES
When
config.ignore_errorsis Falsey, failures to parse Python files or look up file sources will now interrupt and early exit collection, which matches defaultcoveragebehaviour. Previously, we had manually muted these errors and/or only errored after collecting multiple failures.See the coverage.py docs for setting this option.
Features
- support
pyproject.tomlpackages by default (viacoverage[toml]) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/[962e2242](962e2242))- add
python-coverallsentrypoint (https://github.com/TheKevJames/coveralls-python/blob/HEAD/3d8d56e4)Bug Fixes
- fixup default support for Github Actions (#427, #385) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/44e95634) -- thanks
@andy-maier- fail and report on all errors, not just those derived from
CoverallsException(https://github.com/TheKevJames/coveralls-python/blob/HEAD/be446287)Internal
- support
coveragev7.0 - v7.4 (https://github.com/TheKevJames/coveralls-python/blob/HEAD/8fb36645)- support Python 3.11 and 3.12 (https://github.com/TheKevJames/coveralls-python/blob/HEAD/8dbce919)
- fixup docs for tox v3 and v4 support (#371) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/05bb20d8) -- thanks
@masonf- drop support for Python3.7 and below
- drop support for
coveragev4.x (https://github.com/TheKevJames/coveralls-python/blob/HEAD/752f52a0)- auto-build and publish
dockerimages- refactor: more closely match
coveragepublic interface (#421)
Changelog
Sourced from coveralls's changelog.
4.0.1 (2024-05-15)
Internal
- support
coveragev7.5+ (#442) (https://github.com/TheKevJames/coveralls-python/blob/master/f41dca5)- skip tests which require running in a git repo when
.gitis missing (#443) (https://github.com/TheKevJames/coveralls-python/blob/master/b566fc3)4.0.0 (2024-04-29)
BREAKING CHANGES
When
config.ignore_errorsis Falsey, failures to parse Python files or look up file sources will now interrupt and early exit collection, which matches defaultcoveragebehaviour. Previously, we had manually muted these errors and/or only errored after collecting multiple failures.See the coverage.py docs for setting this option.
Features
- support
pyproject.tomlpackages by default (viacoverage[toml]) (https://github.com/TheKevJames/coveralls-python/blob/master/[962e2242](962e2242))- add
python-coverallsentrypoint (https://github.com/TheKevJames/coveralls-python/blob/master/3d8d56e4)Bug Fixes
- fixup default support for Github Actions (#427, #385) (https://github.com/TheKevJames/coveralls-python/blob/master/44e95634) -- thanks
@andy-maier- fail and report on all errors, not just those derived from
CoverallsException(https://github.com/TheKevJames/coveralls-python/blob/master/be446287)Internal
- support
coveragev7.0 - v7.4 (https://github.com/TheKevJames/coveralls-python/blob/master/8fb36645)- support Python 3.11 and 3.12 (https://github.com/TheKevJames/coveralls-python/blob/master/8dbce919)
- fixup docs for tox v3 and v4 support (#371) (https://github.com/TheKevJames/coveralls-python/blob/master/05bb20d8) -- thanks
@masonf- drop support for Python3.7 and below
- drop support for
coveragev4.x (https://github.com/TheKevJames/coveralls-python/blob/master/752f52a0)- auto-build and publish
dockerimages- refactor: more closely match
coveragepublic interface (#421)
Commits
e20a8c8chore(release): bump versionb566fc3test(git): support running tests outside of gitdir (#443)f41dca5feat(deps): add support for coverage v7.5+ (#442)afea549docs(changelog): reference coverage.py config docsee0f09bchore(deps): update pre-commit hook pycqa/pylint to v3.2.0f466374chore(deps): update pre-commit hook pycqa/pylint to v3.1.1 (#438)6514a59chore(deps): update pandoc/core docker tag to v3.2.0a30b404chore(deps): update actions/checkout action to v4.1.5b274e07chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0....33f0beachore(deps): lock file maintenance- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.