"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "4ebfa2cb91d378ab69315b963bb28c0cfcac59fe"
Commit f2adfbff authored by rusty1s's avatar rusty1s
Browse files

exclude cuda calls from coverage'

parent 4443f0d8
[report]
exclude_lines =
pragma: no cover
def backward
cuda
...@@ -5,4 +5,4 @@ description-file = README.md ...@@ -5,4 +5,4 @@ description-file = README.md
test = pytest test = pytest
[tool:pytest] [tool:pytest]
addopts = --capture=no addopts = --capture=no --cov
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment