-
Notifications
You must be signed in to change notification settings - Fork 10
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 7.5.1 to 7.5.2 in /04_uns_historian #875
Merged
mkashwin
merged 2 commits into
main
from
dependabot/pip/04_uns_historian/coverage-7.5.2
May 27, 2024
Merged
Bump coverage from 7.5.1 to 7.5.2 in /04_uns_historian #875
mkashwin
merged 2 commits into
main
from
dependabot/pip/04_uns_historian/coverage-7.5.2
May 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.1...7.5.2) --- updated-dependencies: - dependency-name: coverage dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
May 27, 2024
mkashwin
approved these changes
May 27, 2024
mkashwin
added a commit
that referenced
this pull request
May 29, 2024
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.5.2 — 2024-05-24</h2> <ul> <li> <p>Fix: nested matches of exclude patterns could exclude too much code, as reported in <code>issue 1779</code>_. This is now fixed.</p> </li> <li> <p>Changed: previously, coverage.py would consider a module docstring to be an executable statement if it appeared after line 1 in the file, but not executable if it was the first line. Now module docstrings are never counted as executable statements. This can change coverage.py's count of the number of statements in a file, which can slightly change the coverage percentage reported.</p> </li> <li> <p>In the HTML report, the filter term and "hide covered" checkbox settings are remembered between viewings, thanks to <code>Daniel Diniz <pull 1776_></code>_.</p> </li> <li> <p>Python 3.13.0b1 is supported.</p> </li> <li> <p>Fix: parsing error handling is improved to ensure bizarre source files are handled gracefully, and to unblock oss-fuzz fuzzing, thanks to <code>Liam DeVoe <pull 1788_></code><em>. Closes <code>issue 1787</code></em>.</p> </li> </ul> <p>.. _pull 1776: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1776">nedbat/coveragepy#1776</a> .. _issue 1779: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1779">nedbat/coveragepy#1779</a> .. _issue 1787: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1787">nedbat/coveragepy#1787</a> .. _pull 1788: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1788">nedbat/coveragepy#1788</a></p> <p>.. _changes_7-5-1:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/242adea66966b941d2e62bd261652b14f0c88e95"><code>242adea</code></a> build: don't claim pre-alpha-1 in classifiers</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7f336228d78d8338239d4da4d4de3ade0abd0901"><code>7f33622</code></a> docs: sample HTML for 7.5.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/946fa3a2a6bda18b629832f1a3aa62649f45554c"><code>946fa3a</code></a> docs: prep for 7.5.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/535ddc3a77c256e163e13c574f91c269bb5610d7"><code>535ddc3</code></a> build: pylint can run in parallel</li> <li><a href="https://github.com/nedbat/coveragepy/commit/60a5d65eade29adbbb16f22a333dab1ca2e99993"><code>60a5d65</code></a> docs: explain partial coverage reports on generator expressions (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1789">#1789</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/07000185188b0090478ca75843f3076bc02ccb0a"><code>0700018</code></a> docs: changelog for <a href="https://redirect.github.com/nedbat/coveragepy/issues/1788">#1788</a> <a href="https://redirect.github.com/nedbat/coveragepy/issues/1787">#1787</a>. Thanks Liam DeVoe</li> <li><a href="https://github.com/nedbat/coveragepy/commit/364282ea7db7e9515299fe8f9cc5ad9523ea1820"><code>364282e</code></a> fix: catch TokenError on parse (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1788">#1788</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/81089de4bfc3033b976316ac96012681ae2ec36f"><code>81089de</code></a> fix: module docstrings are never counted as statements</li> <li><a href="https://github.com/nedbat/coveragepy/commit/96bd93071f9e6ce5e7fd5e5c41f234d302c8611b"><code>96bd930</code></a> fix: rework exclusion parsing to fix <a href="https://redirect.github.com/nedbat/coveragepy/issues/1779">#1779</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/75f9d51ca564bebeef4d0f143e7d966360d68c79"><code>75f9d51</code></a> test(build): when running metacov, create json report</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.5.1&new-version=7.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashwin Krishnan <36015265+mkashwin@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps coverage from 7.5.1 to 7.5.2.
Changelog
Sourced from coverage's changelog.
Commits
242adea
build: don't claim pre-alpha-1 in classifiers7f33622
docs: sample HTML for 7.5.2946fa3a
docs: prep for 7.5.2535ddc3
build: pylint can run in parallel60a5d65
docs: explain partial coverage reports on generator expressions (#1789)0700018
docs: changelog for #1788 #1787. Thanks Liam DeVoe364282e
fix: catch TokenError on parse (#1788)81089de
fix: module docstrings are never counted as statements96bd930
fix: rework exclusion parsing to fix #177975f9d51
test(build): when running metacov, create json reportDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)