This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Use the :file:`tests/requirements.txt` file to install all dependencies via
7474+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7575| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov >`__ | ≥3.0.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE >`__ | *Not yet evaluated. * |
7676+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
77- | `Coverage <https://GitHub.com/nedbat/coveragepy >`__ | ≥6.1 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt >`__ | *Not yet evaluated. * |
77+ | `Coverage <https://GitHub.com/nedbat/coveragepy >`__ | ≥6.2 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt >`__ | *Not yet evaluated. * |
7878+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7979| `mypy <https://GitHub.com/python/mypy >`__ | ≥0.910 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE >`__ | *Not yet evaluated. * |
8080+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
Original file line number Diff line number Diff line change @@ -176,7 +176,10 @@ License
176176 :caption: Appendix
177177 :hidden:
178178
179+ Coverage Report ➚ <https://pyTooling.GitHub.io/pyTooling.TerminalUI/coverage/ >
180+ Static Type Check Report ➚ <https://pyTooling.GitHub.io/pyTooling.TerminalUI/typing/ >
179181 License
182+ Doc-License
180183 genindex
181184
182185.. #
Original file line number Diff line number Diff line change 11-r ../requirements.txt
22
33# Coverage collection
4- Coverage >= 6.1
4+ Coverage >= 6.2
55
66# Test Runner
77pytest >= 6.2.5
You can’t perform that action at this time.
0 commit comments