File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ coverage:
44 default :
55 target : 85% # the required coverage value
66 threshold : 1% # the leniency in hitting the target
7- ignore :
8- - " src/blueapi/startup"
Original file line number Diff line number Diff line change @@ -94,10 +94,7 @@ reportMissingImports = false # Ignore missing stubs in imported modules
9494
9595[tool .pytest .ini_options ]
9696# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
97- addopts = """
98- --tb=native -vv --doctest-modules --doctest-glob="*.rst"
99- --ignore=src/blueapi/startup
100- """
97+ addopts = ' --tb=native -vv --doctest-modules --doctest-glob="*.rst"'
10198# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
10299filterwarnings = [" error" , " ignore::DeprecationWarning" ]
103100# Doctest python code in docs, python code in src docstrings, test functions in tests
@@ -107,7 +104,6 @@ asyncio_mode = "auto"
107104[tool .coverage .run ]
108105patch = [" subprocess" ]
109106data_file = " /tmp/blueapi.coverage"
110- omit = [" src/blueapi/startup/**/*" ]
111107
112108[tool .coverage .paths ]
113109# Tests are run from installed location, map back to the src directory
You can’t perform that action at this time.
0 commit comments