Skip to content

Commit aebb47f

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 8fe32bb commit aebb47f

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
@@ -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
10299
filterwarnings = ["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]
108105
patch = ["subprocess"]
109106
data_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

0 commit comments

Comments
 (0)