We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07911c commit aeaa980Copy full SHA for aeaa980
1 file changed
pyproject.toml
@@ -272,6 +272,16 @@ showcontent = true
272
show_contexts = true
273
skip_covered = false
274
275
+[tool.coverage.paths]
276
+_site-packages-to-src-mapping = [
277
+ "src",
278
+ "*/src",
279
+ '*\src',
280
+ "*/lib/pypy*/site-packages",
281
+ "*/lib/python*/site-packages",
282
+ '*\Lib\site-packages',
283
+]
284
+
285
[tool.coverage.run]
286
branch = true
287
source_pkgs = ["trio"]
0 commit comments