File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -613,19 +613,19 @@ jobs:
613
613
find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \
614
614
| grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \;
615
615
- name : Install Homebrew Dependencies
616
- run : brew install meson ninja gcovr
616
+ run : brew install meson ninja # gcovr
617
617
- name : Configure
618
- run : meson setup build -Db_coverage=true
618
+ run : meson setup build # -Db_coverage=true
619
619
- name : Build
620
620
run : ninja -C build -v
621
621
- name : Test
622
622
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
629
629
630
630
icc :
631
631
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments