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

build(deps): update dependency coverage to v5.5 #103

Merged
merged 1 commit into from Jul 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage ==5.4 -> ==5.5 age adoption passing confidence

Release Notes

nedbat/coveragepy

v5.5

Compare Source

  • coverage combine has a new option, --keep to keep the original data
    files after combining them. The default is still to delete the files after
    they have been combined. This was requested in issue 1108_ and implemented
    in pull request 1110_. Thanks, Éric Larivière.

  • When reporting missing branches in coverage report, branches aren't
    reported that jump to missing lines. This adds to the long-standing behavior
    of not reporting branches from missing lines. Now branches are only reported
    if both the source and destination lines are executed. Closes both issue 1065_ and issue 955_.

  • Minor improvements to the HTML report:

    • The state of the line visibility selector buttons is saved in local storage
      so you don't have to fiddle with them so often, fixing issue 1123_.

    • It has a little more room for line numbers so that 4-digit numbers work
      well, fixing issue 1124_.

  • Improved the error message when combining line and branch data, so that users
    will be more likely to understand what's happening, closing issue 803_.

.. _issue 803: nedbat/coveragepy#803
.. _issue 955: nedbat/coveragepy#955
.. _issue 1065: nedbat/coveragepy#1065
.. _issue 1108: nedbat/coveragepy#1108
.. _pull request 1110: nedbat/coveragepy#1110
.. _issue 1123: nedbat/coveragepy#1123
.. _issue 1124: nedbat/coveragepy#1124

.. _changes_54:


Configuration

📅 Schedule: "after 10pm every weekday,every weekend" in timezone Africa/Lusaka.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file python labels Jul 17, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2021

Codecov Report

Merging #103 (00dba05) into master (824dc6b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   93.36%   93.36%           
=======================================
  Files          18       18           
  Lines         241      241           
=======================================
  Hits          225      225           
  Misses         16       16           

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 824dc6b...00dba05. Read the comment docs.

@renovate renovate bot merged commit 8ccb7f7 into master Jul 17, 2021
@renovate renovate bot deleted the renovate/coverage-5.x branch July 17, 2021 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants