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

Bump coverage from 6.3.3 to 6.4 #848

Merged
merged 1 commit into from
May 23, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps coverage from 6.3.3 to 6.4.

Changelog

Sourced from coverage's changelog.

Version 6.4 — 2022-05-22

  • A new setting, :ref:config_run_sigterm, controls whether a SIGTERM signal handler is used. In 6.3, the signal handler was always installed, to capture data at unusual process ends. Unfortunately, this introduced other problems (see issue 1310_). Now the signal handler is only used if you opt-in by setting [run] sigterm = true.

  • Small changes to the HTML report:

    • Added links to next and previous file, and more keyboard shortcuts: [ and ] for next file and previous file; u for up to the index; and ? to open/close the help panel. Thanks, J. M. F. Tsang <pull 1364_>_.

    • The timestamp and version are displayed at the top of the report. Thanks, Ammar Askar <pull 1354_>. Closes issue 1351.

  • A new debug option debug=sqldata adds more detail to debug=sql, logging all the data being written to the database.

  • Previously, running coverage report (or any of the reporting commands) in an empty directory would create a .coverage data file. Now they do not, fixing issue 1328_.

  • On Python 3.11, the [toml] extra no longer installs tomli, instead using tomllib from the standard library. Thanks Shantanu <pull 1359_>_.

  • In-memory CoverageData objects now properly update(), closing issue 1323_.

.. _issue 1310: nedbat/coveragepy#1310 .. _issue 1323: nedbat/coveragepy#1323 .. _issue 1328: nedbat/coveragepy#1328 .. _issue 1351: nedbat/coveragepy#1351 .. _pull 1354: nedbat/coveragepy#1354 .. _pull 1359: nedbat/coveragepy#1359 .. _pull 1364: nedbat/coveragepy#1364

.. _changes_633:

Commits
  • e6df5b3 fix: don't create a data file when just trying to read one. #1328
  • d849b25 docs: latest sample HTML report
  • 3ab15f4 build: prep for 6.4
  • b5a1102 docs: spell check
  • 0d8c6cb docs: mention in the man page
  • 2b0f584 build: more make targets for release steps
  • c739564 docs: add a note about using --debug=trace to debug No Data. #1379
  • 439ccad style(docs): use definition list for warnings
  • a49ca09 feat: a new debug option sqldata shows all the data being written to the db.
  • 8991e9d refactor: SqliteDb uses its debug object more like other code
  • 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.3.3 to 6.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.3.3...6.4)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 23, 2022 06:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels May 23, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2369368730

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 107 unchanged lines in 10 files lost coverage.
  • Overall coverage decreased (-1.7%) to 86.435%

Files with Coverage Reduction New Missed Lines %
safe_transaction_service/tokens/clients/kraken_client.py 3 73.53%
safe_transaction_service/tokens/tasks.py 4 89.86%
safe_transaction_service/tokens/clients/coingecko_client.py 6 72.58%
safe_transaction_service/tokens/clients/kucoin_client.py 6 60.0%
safe_transaction_service/tokens/clients/zerion_client.py 8 78.95%
safe_transaction_service/tokens/clients/binance_client.py 11 40.74%
safe_transaction_service/tokens/clients/kleros_client.py 11 64.71%
safe_transaction_service/tokens/services/price_service.py 11 90.11%
safe_transaction_service/tokens/clients/coinmarketcap_client.py 14 47.17%
safe_transaction_service/history/services/collectibles_service.py 33 75.91%
Totals Coverage Status
Change from base Build 2359223568: -1.7%
Covered Lines: 5601
Relevant Lines: 6480

💛 - Coveralls

@Uxio0 Uxio0 merged commit 0909cae into master May 23, 2022
@Uxio0 Uxio0 deleted the dependabot/pip/coverage-6.4 branch May 23, 2022 12:08
@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2022
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.

None yet

2 participants