[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
|
@ -47,7 +47,7 @@ jobs:
|
||||||
# fail-on-alert: true
|
# fail-on-alert: true
|
||||||
|
|
||||||
- name: cov
|
- name: cov
|
||||||
run: ninja -Cbuild coverage
|
run: ninja -Cbuild coverage-xml
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
file: build/meson-logs/coverage.xml
|
file: build/meson-logs/coverage.xml
|
||||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
run: meson test --print-errorlogs -Cbuild
|
run: meson test --print-errorlogs -Cbuild
|
||||||
|
|
||||||
- name: cov
|
- name: cov
|
||||||
run: ninja -Cbuild coverage
|
run: ninja -Cbuild coverage-xml
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
file: build/meson-logs/coverage.xml
|
file: build/meson-logs/coverage.xml
|
||||||
|
|
Loading…
Reference in New Issue