Skip to content

Commit e2e16ce

Browse files
committed
gh-actions macos: skip coverage report
1 parent 00f54c7 commit e2e16ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -612,19 +612,19 @@ jobs:
612612
find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \
613613
| grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \;
614614
- name: Install Homebrew Dependencies
615-
run: brew install meson ninja gcovr
615+
run: brew install meson ninja # gcovr
616616
- name: Configure
617-
run: meson setup build -Db_coverage=true
617+
run: meson setup build # -Db_coverage=true
618618
- name: Build
619619
run: ninja -C build -v
620620
- name: Test
621621
run: meson test -C build --print-errorlogs $(meson test -C build --list | grep -v emul)
622-
- name: Coverage Report
623-
run: ninja -C build -v coverage-xml
624-
- name: CodeCov.io
625-
uses: codecov/codecov-action@v3
626-
with:
627-
file: ./build/meson-logs/coverage.xml
622+
# - name: Coverage Report
623+
# run: ninja -C build -v coverage-xml
624+
# - name: CodeCov.io
625+
# uses: codecov/codecov-action@v3
626+
# with:
627+
# file: ./build/meson-logs/coverage.xml
628628

629629
icc:
630630
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)