Closed PatrickKa closed 3 months ago
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
CppProjectTemplate/Library.cpp 4 4 100%
CppProjectTemplate/Square.hpp 2 2 100%
------------------------------------------------------------------------------
TOTAL 6 6 100%
------------------------------------------------------------------------------
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
CppProjectTemplate/Library.cpp 4 4 100%
CppProjectTemplate/Library.hpp 0 0 --%
CppProjectTemplate/Square.hpp 2 2 100%
------------------------------------------------------------------------------
TOTAL 6 6 100%
------------------------------------------------------------------------------
This fixes the issues with installing LLVM 18 because the ubuntu-24.04 image already comes preinstalled with that. It also comes with many other more up-to-date tools like GCC 13, CMake 3.30, or Valgrind 3.22, which makes installing dependencies much easier and faster.
Fixes #32