Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Bump coverage from 6.4 to 6.4.1 #24

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2022

Bumps coverage from 6.4 to 6.4.1.

Changelog

Sourced from coverage's changelog.

Version 6.4.1 — 2022-06-02

  • Greatly improved performance on PyPy, and other environments that need the pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (pull 1381_ and pull 1388). Slightly improved performance when using the C trace function, as most environments do. Closes issue 1339.

  • The conditions for using tomllib from the standard library have been made more precise, so that 3.11 alphas will continue to work. Closes issue 1390_.

.. _issue 1339: nedbat/coveragepy#1339 .. _pull 1381: nedbat/coveragepy#1381 .. _pull 1388: nedbat/coveragepy#1388 .. _issue 1390: nedbat/coveragepy#1390

.. _changes_64:

Commits
  • e1bd756 docs: latest sample HTML report
  • c930586 build: prep for 6.4.1
  • 9b9142e build: more low-tech release automation
  • 8c69146 build: use 3.11.0b3 in ci
  • acf0b10 docs: performance improvements closed #1339
  • 3a86ac8 test: 3.11.0b3 is out, so remove the workaround
  • 3a23d8a fix: use tomli for [toml] under more precise conditions. #1390
  • a8758a6 test: avoid a 3.11.0b2 bug
  • 613191f chore: make upgrade
  • 59ce1f4 test: benchmark for small local files: bug1339.py
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4 to 6.4.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.4...6.4.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 2, 2022
@cunla cunla merged commit b25e314 into main Jun 3, 2022
@cunla cunla deleted the dependabot/pip/coverage-6.4.1 branch June 3, 2022 22:27
@github-actions
Copy link

github-actions bot commented Jun 3, 2022

Coverage report python v3.10 django v4.0.4

Name                                                                            Stmts   Miss  Cover
---------------------------------------------------------------------------------------------------
scheduler/__init__.py                                                               2      0   100%
scheduler/admin.py                                                                 98     45    54%
scheduler/apps.py                                                                  30     10    67%
scheduler/migrations/0001_initial_squashed_0005_added_result_ttl.py                 7      0   100%
scheduler/migrations/0002_alter_cronjob_id_alter_repeatablejob_id_and_more.py       4      0   100%
scheduler/migrations/0003_auto_20220329_2107.py                                     5      0   100%
scheduler/migrations/__init__.py                                                    0      0   100%
scheduler/models.py                                                               233      0   100%
scheduler/tests.py                                                                542     10    98%
testproject/manage.py                                                               6      0   100%
testproject/testproject/__init__.py                                                 0      0   100%
testproject/testproject/settings.py                                                23      0   100%
testproject/testproject/urls.py                                                     3      0   100%
---------------------------------------------------------------------------------------------------
TOTAL                                                                             953     65    93%

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant