From a757b7093db15c25a77da53bef047623f665844c Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 3 Nov 2022 19:29:42 -0300 Subject: [PATCH] add c8 config --- .c8rc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .c8rc diff --git a/.c8rc b/.c8rc new file mode 100644 index 0000000..a8f83c1 --- /dev/null +++ b/.c8rc @@ -0,0 +1,5 @@ +{ + "all": true, + "reporter": ["lcov", "text"] +} +