Skip to content

Commit 1629def

Browse files
Add some basic options for coverage
1 parent 4ab8dec commit 1629def

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ include_trailing_comma = True
6868
force_grid_wrap = 0
6969
use_parentheses = True
7070
line_length = 88
71+
72+
[tool:pytest]
73+
testpaths = tests
74+
addopts = --cov=bio2zarr --cov-report term-missing

0 commit comments

Comments
 (0)