Skip to content

Bump coverage from 5.0.3 to 5.2#28

Merged
ctalkington merged 1 commit intomasterfrom
dependabot/pip/coverage-5.2
Jul 18, 2020
Merged

Bump coverage from 5.0.3 to 5.2#28
ctalkington merged 1 commit intomasterfrom
dependabot/pip/coverage-5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2020

Bumps coverage from 5.0.3 to 5.2.

Release notes

Sourced from coverage's releases.

coverage-5.2

  • The HTML report has been redesigned by Victor Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes (issue 858 and pull request 931).
  • The coverage report and coverage html commands now accept a --precision option to control the number of decimal points displayed. Thanks, Teake Nutma (pull request 982).
  • The coverage report and coverage html commands now accept a --no-skip-covered option to negate --skip-covered. Thanks, Anthony Sottile (issue 779 and pull request 932).
  • The --skip-empty option is now available for the XML report, closing issue 976.
  • The coverage report command now accepts a --sort option to specify how to sort the results. Thanks, Jerin Peter George (pull request 1005).
  • If coverage fails due to the coverage total not reaching the --fail-under value, it will now print a message making the condition clear. Thanks, Naveen Yadav (pull request 977).
  • TOML configuration files with non-ASCII characters would cause errors on Windows (issue 990). This is now fixed.
  • The output of --debug=trace now includes information about how the --source option is being interpreted, and the module names being considered.

coverage-5.1

coverage-5.0.4

  • If using the [run] relative_files setting, the XML report will use relative files in the <source> elements indicating the location of source code. Closes issue 948.
  • The textual summary report could report missing lines with negative line numbers on PyPy3 7.1 (issue 943). This is now fixed.
  • Windows wheels for Python 3.8 were incorrectly built, but are now fixed. (issue 949)
  • Updated Python 3.9 support to 3.9a4.
  • HTML reports couldn’t be sorted if localStorage wasn’t available. This is now fixed: sorting works even though the sorting setting isn’t retained. (issue 944 and pull request 945). Thanks, Abdeali Kothari.
Changelog

Sourced from coverage's changelog.

Version 5.2 --- 2020-07-05

  • The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes (issue 858_ and pull request 931_).

  • The coverage report and coverage html commands now accept a --precision option to control the number of decimal points displayed. Thanks, Teake Nutma (pull request 982_).

  • The coverage report and coverage html commands now accept a --no-skip-covered option to negate --skip-covered. Thanks, Anthony Sottile (issue 779_ and pull request 932_).

  • The --skip-empty option is now available for the XML report, closing issue 976_.

  • The coverage report command now accepts a --sort option to specify how to sort the results. Thanks, Jerin Peter George (pull request 1005_).

  • If coverage fails due to the coverage total not reaching the --fail-under value, it will now print a message making the condition clear. Thanks, Naveen Yadav (pull request 977_).

  • TOML configuration files with non-ASCII characters would cause errors on Windows (issue 990_). This is now fixed.

  • The output of --debug=trace now includes information about how the --source option is being interpreted, and the module names being considered.

.. _pull request 931: nedbat/coveragepy#931 .. _pull request 932: nedbat/coveragepy#932 .. _pull request 977: nedbat/coveragepy#977 .. _pull request 982: nedbat/coveragepy#982 .. _pull request 1005: nedbat/coveragepy#1005 .. _issue 779: nedbat/coveragepy#779 .. _issue 858: nedbat/coveragepy#858 .. _issue 976: nedbat/coveragepy#976 .. _issue 990: nedbat/coveragepy#990

.. _changes_51:

Version 5.1 --- 2020-04-12

  • The JSON report now includes counts of covered and missing branches. Thanks, Salvatore Zagaria.
Commits
  • 12bb9f2 More uniformity in howto.txt
  • da2fc7d Last tweaks before 5.2
  • 29ea33b Make sure Appveyor uses the latest versions
  • 1a2ed8f A known failure has been fixed
  • 085e18b gevent is still an issue
  • f3fa80e Maybe tox-battery will be better in the future
  • 6c0bb84 Latest sample_html report
  • 22c6bcd Fix wheel-making
  • 7a84f2e New cmd_help needs to be built for 'tox -e doc'
  • b4683d3 Don't check our own readthedocs links
  • 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)

@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Jul 18, 2020
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #28 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files           9        9           
  Lines         752      752           
=======================================
  Hits          720      720           
  Misses         32       32           
Flag Coverage Δ
#unittests 95.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a970438...c6f21b2. Read the comment docs.

@ctalkington ctalkington merged commit 8231890 into master Jul 18, 2020
@ctalkington ctalkington deleted the dependabot/pip/coverage-5.2 branch July 18, 2020 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants