geonode
geonode copied to clipboard
Bump coverage from 6.4.2 to 6.4.3
Bumps coverage from 6.4.2 to 6.4.3.
Changelog
Sourced from coverage's changelog.
Version 6.4.3 — 2022-08-06
Fix a failure when combining data files if the file names contained glob-like patterns (
pull 1405
_). Thanks, Michael Krebs and Benjamin Schubert.Fix a messaging failure when combining Windows data files on a different drive than the current directory. (
pull 1430
, fixingissue 1428
). Thanks, Lorenzo Micò.Fix path calculations when running in the root directory, as you might do in a Docker container:
pull 1403
_, thanks Arthur Rio.Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed (
pull 1413
_). Thanks, Marc Legendre.Fix a problem with Cython code measurement (
pull 1347
, fixingissue 972
). Thanks, Matus Valo... _issue 972: nedbat/coveragepy#972 .. _pull 1347: nedbat/coveragepy#1347 .. _pull 1403: nedbat/coveragepy#1403 .. _pull 1405: nedbat/coveragepy#1405 .. _pull 1413: nedbat/coveragepy#1413 .. _issue 1428: nedbat/coveragepy#1428 .. _pull 1430: nedbat/coveragepy#1430
.. _changes_6-4-2:
Commits
85a49ef
docs: latest sample1da23c5
docs: prep for 6.4.3616d963
docs: better wording in CHANGES0915b96
docs: correct a reference42202a8
docs: keep CHANGES up to date41602b5
fix: paths were wrong when running from root (#1403)eaf5592
test: add a test for #140536f508f
fix: filenames can contain special glob characters (#1405)774c364
doc: keep CHANGES up to date070d61c
fix(html): trigger filter on page load (#1413)- Additional commits viewable in compare view
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)
Codecov Report
Merging #9830 (2712591) into master (afc9194) will decrease coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #9830 +/- ##
==========================================
- Coverage 61.33% 61.32% -0.01%
==========================================
Files 822 822
Lines 50277 50277
Branches 7748 7748
==========================================
- Hits 30837 30834 -3
- Misses 17760 17762 +2
- Partials 1680 1681 +1
Superseded by #9876.