Disabled coverage reporting
Run tests / Run tests (push) Failing after 9s

This commit is contained in:
2026-05-03 20:30:01 +03:00
parent 81a5b4a3c8
commit a0f16f8ca0
+5 -4
View File
@@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Configure
run: meson setup -Db_coverage=true build
run: meson setup build
# run: meson setup -Db_coverage=true build
- name: Run Tests
run: meson test -C build
@@ -21,9 +22,9 @@ jobs:
if: always()
run: meson test -C build --wrapper=valgrind
- name: Generate coverage report
if: always()
run: ninja coverage-html -C build
# - name: Generate coverage report
# if: always()
# run: ninja coverage-html -C build
- name: Upload Meson Logs
if: always()