Skip to content

Commit 35900ae

Browse files
committed
gh-actions macos: skip coverage report
1 parent 5b95a06 commit 35900ae

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
@@ -613,19 +613,19 @@ jobs:
613613
find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \
614614
| grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \;
615615
- name: Install Homebrew Dependencies
616-
run: brew install meson ninja gcovr
616+
run: brew install meson ninja # gcovr
617617
- name: Configure
618-
run: meson setup build -Db_coverage=true
618+
run: meson setup build # -Db_coverage=true
619619
- name: Build
620620
run: ninja -C build -v
621621
- name: Test
622622
run: meson test -C build --print-errorlogs $(meson test -C build --list | grep -v emul)
623-
- name: Coverage Report
624-
run: ninja -C build -v coverage-xml
625-
- name: CodeCov.io
626-
uses: codecov/codecov-action@v3
627-
with:
628-
file: ./build/meson-logs/coverage.xml
623+
# - name: Coverage Report
624+
# run: ninja -C build -v coverage-xml
625+
# - name: CodeCov.io
626+
# uses: codecov/codecov-action@v3
627+
# with:
628+
# file: ./build/meson-logs/coverage.xml
629629

630630
icc:
631631
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)