Skip to content

Commit 57141b5

Browse files
committed
focus coverage on library code
1 parent cffa498 commit 57141b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ asyncio_mode = "auto"
4545
asyncio_default_fixture_loop_scope = "function"
4646

4747
[tool.coverage.run]
48+
# measure branch coverage in addition to line coverage
4849
branch = true
50+
# only measure the library code (excludes tests and dependencies)
51+
source = ["src/bubble_data_api_client"]
4952

5053
[tool.coverage.report]
5154
show_missing = true

0 commit comments

Comments
 (0)