From 648497c483fc1203367e4a1570e0b110303ec004 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Wed, 3 Jan 2024 17:29:08 +0000 Subject: [PATCH] Add coverage --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e9e40f6f..f2da2ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,6 +111,7 @@ include = ["cellfinder*"] build = "cp38-* cp39-* cp310-*" [tool.pytest.ini_options] +addopts = "--cov=cellfinder" markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')", ]