Skip to content

Commit 74ed955

Browse files
committed
Move coverage configuration to pyproject.toml
Relocated the coverage settings from .coveragerc to pyproject.toml for centralized project configuration. This simplifies project management and removes the need for a separate .coveragerc file.
1 parent df52c17 commit 74ed955

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

SalishSeaTools/.coveragerc

-8
This file was deleted.

SalishSeaTools/pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,12 @@ dependencies = [
6363
"Source Code" = "https://github.com/SalishSeaCast/tools/tree/main/SalishSeaTools"
6464

6565

66+
[tool.coverage.run]
67+
branch = true
68+
source = ["salishsea_tools", "tests"]
69+
70+
[tool.coverage.report]
71+
show_missing = true
72+
6673
[tool.setuptools.packages.find]
6774
where = ["."]

0 commit comments

Comments
 (0)