Added coverage report generation to CI + always running memory testing
Run tests / Run tests (push) Failing after 9s
Run tests / Run tests (push) Failing after 9s
This commit is contained in:
@@ -18,8 +18,13 @@ jobs:
|
||||
run: meson test -C build
|
||||
|
||||
- name: Run Memory Tests
|
||||
if: always()
|
||||
run: meson test -C build --wrapper=valgrind
|
||||
|
||||
- name: Generate coverage report
|
||||
if: always()
|
||||
run: ninja coverage-html -C build
|
||||
|
||||
- name: Upload Meson Logs
|
||||
if: always()
|
||||
uses: christopherHX/gitea-upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user