Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Bump coverage from 5.0.3 to 5.2#22

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

Bump coverage from 5.0.3 to 5.2#22
ctalkington merged 1 commit into
masterfrom
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 Pull requests that update a dependency file python Pull requests that update Python code labels Jul 18, 2020
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 18, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files           5        5           
  Lines         320      320           
=======================================
  Hits          319      319           
  Misses          1        1           
Flag Coverage Δ
#unittests 99.68% <ø> (ø)

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 1aacc70...f5cb16f. Read the comment docs.

@dependabot dependabot Bot force-pushed the dependabot/pip/coverage-5.2 branch from dac3db2 to f5cb16f Compare July 18, 2020 21:54
@ctalkington ctalkington merged commit 54f66df into master Jul 18, 2020
@ctalkington ctalkington deleted the dependabot/pip/coverage-5.2 branch July 18, 2020 21:58
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants