brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
499 stars 59 forks source link

Bump pytest-console-scripts from 1.2.1 to 1.2.2 #318

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pytest-console-scripts from 1.2.1 to 1.2.2.

Release notes

Sourced from pytest-console-scripts's releases.

version 1.2.2

Full Changelog: https://github.com/kvas-it/pytest-console-scripts/compare/1.2.0...1.2.2

Commits


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #318 (153f5e0) into master (ff68624) will increase coverage by 0.43%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #318      +/-   ##
==========================================
+ Coverage   76.04%   76.47%   +0.43%     
==========================================
  Files          92       92              
  Lines       14489    14489              
  Branches     3250     3250              
==========================================
+ Hits        11018    11081      +63     
+ Misses       3037     2974      -63     
  Partials      434      434              
Flag Coverage Δ
3.10 76.48% <ø> (+0.43%) :arrow_up:
3.11.0-alpha 76.01% <ø> (ø)
3.7 75.57% <ø> (ø)
3.8 76.01% <ø> (ø)
3.9 47.02% <ø> (ø)
Linux 76.03% <ø> (ø)
Windows 76.01% <ø> (ø)
macOS 76.44% <ø> (+29.44%) :arrow_up:
pypy-3.8 75.61% <ø> (ø)
regression-3.10 74.85% <ø> (+0.44%) :arrow_up:
regression-3.11 74.38% <ø> (ø)
regression-3.7 73.89% <ø> (ø)
regression-3.8 74.37% <ø> (ø)
regression-pypy3 73.93% <ø> (ø)
unit-3.10 46.99% <ø> (ø)
unit-3.11 46.99% <ø> (ø)
unit-3.7 45.84% <ø> (ø)
unit-3.8 47.02% <ø> (ø)
unit-3.9 47.02% <ø> (ø)
unit-pypy3 45.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/rinoh/backend/pdf/__init__.py 89.38% <0.00%> (+0.29%) :arrow_up:
src/rinoh/backend/pdf/filter.py 48.37% <0.00%> (+1.47%) :arrow_up:
src/rinoh/backend/pdf/cos.py 86.90% <0.00%> (+2.15%) :arrow_up:
src/rinoh/frontend/sphinx/nodes.py 72.22% <0.00%> (+2.56%) :arrow_up:
src/rinoh/backend/pdf/xobject/__init__.py 100.00% <0.00%> (+4.87%) :arrow_up:
src/rinoh/backend/pdf/reader.py 74.43% <0.00%> (+7.46%) :arrow_up:

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 ff68624...153f5e0. Read the comment docs.