@@ -37,6 +37,8 @@ coverage: ## Run tests and generate coverage report (build/index.html)
find . -name "*.gcda" -print0 | xargs -0 rm
@cd build;\
cmake --build . --target unit_tests ;
@cd build/tests;\
./unit_tests;
gcovr ;
help:## Show help message
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.