Skip to content

Commit 3f0e5bb

Browse files
committed
chore(pyproject): configure coverage
1 parent 2dcab79 commit 3f0e5bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ line-length = 127
4141
target-version = ['py311']
4242
include = '\.pyi?$'
4343

44+
[tool.coverage.run]
45+
branch = true
46+
relative_files = true
47+
source = ["eligibility_server"]
48+
4449
[tool.pyright]
4550
include = ["eligibility_server", "tests"]
4651

0 commit comments

Comments
 (0)