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
test = 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