Skip to content

Commit 1790534

Browse files
committed
gh-actions macos: skip coverage report
1 parent b3f9306 commit 1790534

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
@@ -604,19 +604,19 @@ jobs:
604604
find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \
605605
| grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \;
606606
- name: Install Homebrew Dependencies
607-
run: brew install meson ninja gcovr
607+
run: brew install meson ninja # gcovr
608608
- name: Configure
609-
run: meson setup build -Db_coverage=true
609+
run: meson setup build # -Db_coverage=true
610610
- name: Build
611611
run: ninja -C build -v
612612
- name: Test
613613
run: meson test -C build --print-errorlogs $(meson test -C build --list | grep -v emul)
614-
- name: Coverage Report
615-
run: ninja -C build -v coverage-xml
616-
- name: CodeCov.io
617-
uses: codecov/codecov-action@v3
618-
with:
619-
file: ./build/meson-logs/coverage.xml
614+
# - name: Coverage Report
615+
# run: ninja -C build -v coverage-xml
616+
# - name: CodeCov.io
617+
# uses: codecov/codecov-action@v3
618+
# with:
619+
# file: ./build/meson-logs/coverage.xml
620620

621621
icc:
622622
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)