Update doc-coverage.yml

This commit is contained in:
Denis Angell
2026-05-13 22:52:53 +02:00
parent 53e3a422ea
commit 5bc3233a58

View File

@@ -53,7 +53,7 @@ jobs:
- name: Generate coverage report (PR branch)
run: |
coverxygen \
python3 -m coverxygen \
--xml-dir build-pr/docs/xml \
--src-dir . \
--output doc-coverage.info \
@@ -74,7 +74,7 @@ jobs:
- name: Generate coverage report (base branch)
run: |
if [ -d "build-base/docs/xml" ]; then
coverxygen \
python3 -m coverxygen \
--xml-dir build-base/docs/xml \
--src-dir . \
--output base-doc-coverage.info \