Added coverage report generation to CI + always running memory testing
Run tests / Run tests (push) Failing after 7s
Run tests / Run tests (push) Failing after 7s
This commit is contained in:
@@ -12,14 +12,19 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Configure
|
||||
run: meson setup build
|
||||
run: meson setup -Db_coverage=true build
|
||||
|
||||
- name: Run Tests
|
||||
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