File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 uses : codecov/codecov-action@v4
6969 with :
7070 name : ${{ inputs.python-version }}/${{ inputs.runs-on }}
71- files : cov .xml
71+ files : ./unit_cov.xml,./system_cov .xml
7272 env :
7373 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ commands =
157157 type-checking: pyright src tests {posargs}
158158 pre-commit: pre-commit run --all-files --show-diff-on-failure {posargs}
159159 docs: sphinx-{posargs:build -E} -T docs build/html
160- unit-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:cov .xml --json-report --json-report-file=unit-report.json tests {posargs}
161- system-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:cov .xml --json-report --json-report-file=system-report.json system_tests {posargs}
160+ unit-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:unit_cov .xml --json-report --json-report-file=unit-report.json tests {posargs}
161+ system-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:system_cov .xml --json-report --json-report-file=system-report.json system_tests {posargs}
162162"""
163163
164164[tool .ruff ]
You can’t perform that action at this time.
0 commit comments