mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[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:
parent
f6c9fcfd3e
commit
2c7ef0db0b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/macos-ci.yml
vendored
2
.github/workflows/macos-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue