This commit is contained in:
@@ -12,7 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: meson setup -Db_coverage=true build
|
run: meson setup build
|
||||||
|
# run: meson setup -Db_coverage=true build
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: meson test -C build
|
run: meson test -C build
|
||||||
@@ -21,9 +22,9 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: meson test -C build --wrapper=valgrind
|
run: meson test -C build --wrapper=valgrind
|
||||||
|
|
||||||
- name: Generate coverage report
|
# - name: Generate coverage report
|
||||||
if: always()
|
# if: always()
|
||||||
run: ninja coverage-html -C build
|
# run: ninja coverage-html -C build
|
||||||
|
|
||||||
- name: Upload Meson Logs
|
- name: Upload Meson Logs
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user