We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffa498 commit 57141b5Copy full SHA for 57141b5
1 file changed
pyproject.toml
@@ -45,7 +45,10 @@ asyncio_mode = "auto"
45
asyncio_default_fixture_loop_scope = "function"
46
47
[tool.coverage.run]
48
+# measure branch coverage in addition to line coverage
49
branch = true
50
+# only measure the library code (excludes tests and dependencies)
51
+source = ["src/bubble_data_api_client"]
52
53
[tool.coverage.report]
54
show_missing = true
0 commit comments