mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
docs(doxygen): enforce warn if undocumented (#5337)
This commit is contained in:
@@ -175,7 +175,7 @@ jobs:
|
||||
|
||||
- name: Sync Python tools
|
||||
run: |
|
||||
uv sync --project third-party/lizardbyte-common --locked --only-group test-c \
|
||||
uv sync --locked \
|
||||
--python "${PYTHON_VERSION}" \
|
||||
--no-python-downloads --no-install-project
|
||||
|
||||
@@ -197,7 +197,7 @@ jobs:
|
||||
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
|
||||
working-directory: build
|
||||
run: |
|
||||
uv run --project ../third-party/lizardbyte-common --locked --no-sync gcovr \
|
||||
uv run --project .. --locked --no-sync gcovr \
|
||||
--gcov-executable "gcov-${GCC_VERSION}" . -r ../src \
|
||||
--exclude-noncode-lines \
|
||||
--exclude-throw-branches \
|
||||
|
||||
Reference in New Issue
Block a user