Skip to content

ci: fixes and optimizations

Tomas Krizek requested to merge ci-respdiff-master into master

kresd fix for uninitialized variable is included so it does not break build with -Werror. For some reason gcc build without --coverage noticed uninitiialized value which is not detected when --coverage is used.

Edited by Petr Špaček

Merge request reports