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 @@ -95,10 +95,7 @@ reportMissingImports = false # Ignore missing stubs in imported modules
9595
9696[tool .pytest .ini_options ]
9797# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
98- addopts = """
99- --tb=native -vv --doctest-modules --doctest-glob="*.rst"
100- --ignore=src/blueapi/startup
101- """
98+ addopts = ' --tb=native -vv --doctest-modules --doctest-glob="*.rst"'
10299# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
103100filterwarnings = [" error" , " ignore::DeprecationWarning" ]
104101# Doctest python code in docs, python code in src docstrings, test functions in tests
@@ -109,7 +106,6 @@ timeout = 3
109106[tool .coverage .run ]
110107patch = [" subprocess" ]
111108data_file = " /tmp/blueapi.coverage"
112- omit = [" src/blueapi/startup/**/*" ]
113109
114110[tool .coverage .paths ]
115111# Tests are run from installed location, map back to the src directory
You can’t perform that action at this time.
0 commit comments