Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 3fee3c1

Browse files
committed
Bumped coverage to v6.2 and added items to doc navigation.
1 parent 1029db4 commit 3fee3c1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

doc/Dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+

doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
.. #

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r ../requirements.txt
22

33
# Coverage collection
4-
Coverage>=6.1
4+
Coverage>=6.2
55

66
# Test Runner
77
pytest>=6.2.5

0 commit comments

Comments
 (0)