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 @@ -604,19 +604,19 @@ jobs:
604
604
find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \
605
605
| grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \;
606
606
- name : Install Homebrew Dependencies
607
- run : brew install meson ninja gcovr
607
+ run : brew install meson ninja # gcovr
608
608
- name : Configure
609
- run : meson setup build -Db_coverage=true
609
+ run : meson setup build # -Db_coverage=true
610
610
- name : Build
611
611
run : ninja -C build -v
612
612
- name : Test
613
613
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
620
620
621
621
icc :
622
622
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments