We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb4aaa commit 3ea7c6aCopy full SHA for 3ea7c6a
pyproject.toml
@@ -157,7 +157,7 @@ commands =
157
type-checking: pyright src tests {posargs}
158
pre-commit: pre-commit run --all-files --show-diff-on-failure {posargs}
159
docs: sphinx-{posargs:build -E} -T docs build/html
160
- tests-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:cov.xml --json-resport --json-report-file=report.json {posargs}
+ tests-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:cov.xml --json-report --json-report-file=report.json {posargs}
161
"""
162
163
[tool.ruff]
0 commit comments