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