[ci] Generate only XML coverage data

That is the one we are uploading, and HTML coverage seems broken on
macOS.
This commit is contained in:
Khaled Hosny 2021-07-13 13:23:53 +02:00
parent f6c9fcfd3e
commit 2c7ef0db0b
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
# fail-on-alert: true
- name: cov
run: ninja -Cbuild coverage
run: ninja -Cbuild coverage-xml
- uses: codecov/codecov-action@v1
with:
file: build/meson-logs/coverage.xml

View File

@ -21,7 +21,7 @@ jobs:
run: meson test --print-errorlogs -Cbuild
- name: cov
run: ninja -Cbuild coverage
run: ninja -Cbuild coverage-xml
- uses: codecov/codecov-action@v1
with:
file: build/meson-logs/coverage.xml