Added coverage report generation to CI + always running memory testing
Run tests / Run tests (push) Failing after 9s

This commit is contained in:
2026-05-03 20:09:46 +03:00
parent a4fa298d95
commit cee3a48916
+5
View File
@@ -18,8 +18,13 @@ jobs:
run: meson test -C build run: meson test -C build
- name: Run Memory Tests - name: Run Memory Tests
if: always()
run: meson test -C build --wrapper=valgrind run: meson test -C build --wrapper=valgrind
- name: Generate coverage report
if: always()
run: ninja coverage-html -C build
- name: Upload Meson Logs - name: Upload Meson Logs
if: always() if: always()
uses: christopherHX/gitea-upload-artifact@v4 uses: christopherHX/gitea-upload-artifact@v4