ci: improve CI stability with parallel builds, Valgrind, and coverage

This commit is contained in:
2026-01-28 19:35:22 +03:00
parent 8353a29b4f
commit 9a2a7614a9
7 changed files with 289 additions and 56 deletions

6
.gitignore vendored
View File

@@ -62,6 +62,8 @@ tests/unittests/unittests
tests/unittests/unittests.log
tests/unittests/unittests.trs
test-suite.log
test-files/
test-logs/
# valgrind output
profval*
@@ -108,3 +110,7 @@ breaks
*.zip
*.log*
coverage/
*.gcno
*.gcda
*.gcov
coverage.info