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 4fc576d commit 7b5cf36Copy full SHA for 7b5cf36
pyproject.toml
@@ -79,6 +79,12 @@ include = ["bitsandbytes*"]
79
[tool.setuptools.dynamic]
80
version = {attr = "bitsandbytes.__version__"}
81
82
+[tool.coverage.report]
83
+exclude_also = [
84
+ # exclude backward() functions from coverage, as they are invoked from C++
85
+ 'def backward\(ctx'
86
+]
87
+
88
[tool.pytest.ini_options]
89
addopts = "-rP -m 'not slow and not benchmark and not deprecated'"
90
# ; --cov=bitsandbytes
0 commit comments