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 5.1 to 5.2 #7492

Merged
merged 1 commit into from Jul 6, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps coverage from 5.1 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.
Changelog

Sourced from coverage's changelog.

Version 5.2 --- 2020-07-05

  • 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.

.. _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:

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 6, 2020
@vorpal-buildbot
Copy link
Contributor

Changelogs

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.

.. _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:

@codecov
Copy link

codecov bot commented Jul 6, 2020

Codecov Report

Merging #7492 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7492   +/-   ##
=======================================
  Coverage   45.51%   45.52%           
=======================================
  Files         279      279           
  Lines       14060    14060           
  Branches     2122     2122           
=======================================
+ Hits         6400     6401    +1     
+ Misses       7368     7363    -5     
- Partials      292      296    +4     
Impacted Files Coverage Δ
decksite/league.py 34.32% <0.00%> (-0.34%) ⬇️
decksite/view.py 60.85% <0.00%> (ø)
maintenance/elo.py 0.00% <0.00%> (ø)
decksite/data/rule.py 23.47% <0.00%> (ø)
discordbot/commands/tournament.py 85.71% <0.00%> (ø)
decksite/views/person_achievements.py 35.00% <0.00%> (ø)
decksite/data/competition.py 65.43% <0.00%> (+2.46%) ⬆️

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 fa637d5...0026bd0. Read the comment docs.

@mergify mergify bot merged commit 8c5ecdc into master Jul 6, 2020
@mergify mergify bot deleted the dependabot/pip/coverage-5.2 branch July 6, 2020 19:08
@vorpal-buildbot vorpal-buildbot added Pending-on-LOGS Used by the build bot Pending-on-PROD Used by the build bot Seen-on-LOGS Seen-on-PROD and removed dependencies Pull requests that update a dependency file python Pull requests that update Python code Pending-on-LOGS Used by the build bot Pending-on-PROD Used by the build bot labels Jul 6, 2020
@vorpal-buildbot
Copy link
Contributor

Seen on LOGS, PROD (created by @dependabot[bot] and merged by @mergify[bot] 1 minute and 13 seconds ago) Please check your changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant