From 0f43ba9423eeaa6aa37c9952651de5cea61b1e4f Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 31 Jan 2021 13:21:05 +0100 Subject: [PATCH] :construction_worker: add CI step for coverage --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index f2c3593c4..179dbb994 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -41,4 +41,4 @@ CheckOptions: WarningsAsErrors: '*' #HeaderFilterRegex: '.*nlohmann.*' -HeaderFilterRegex: 'include/.*' +HeaderFilterRegex: '^.*hpp$'