Skip to content

Commit f1bf32c

Browse files
committed
chore: Remove references to blueapi/startup
The module previously held sample plan and device configurations and the project configuration level references were left when the module was removed.
1 parent e0a2c9d commit f1bf32c

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
103100
filterwarnings = ["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]
110107
patch = ["subprocess"]
111108
data_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

0 commit comments

Comments
 (0)