Skip to content

Commit da01023

Browse files
committed
point to relevant issues on code coverage and testing
1 parent ff61505 commit da01023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/developers/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ also collected automatically via the Codecov service.
147147
.. note::
148148
Previous versions of Zarr-Python made extensive use of doctests. These tests were
149149
not maintained during the 3.0 refactor but may be brought back in the future.
150+
See :issue:`2614` for more details.
150151

151152
Code standards - using pre-commit
152153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -180,7 +181,7 @@ Test coverage
180181

181182
.. note::
182183
Test coverage for Zarr-Python 3 is currently not at 100%. This is a known issue and help
183-
is welcome to bring test coverage back to 100%.
184+
is welcome to bring test coverage back to 100%. See :issue:`2613` for more details.
184185

185186
Zarr strives to maintain 100% test coverage under the latest Python stable release
186187
Both unit tests and docstring doctests are included when computing coverage. Running::

0 commit comments

Comments
 (0)