From 54932851a25892c648cd995e283ca593852fc387 Mon Sep 17 00:00:00 2001 From: Robin Bourianes Date: Mon, 21 Oct 2024 10:54:50 +0200 Subject: [PATCH] tests: ask c8 to produce lcov profile for code climate reporter --- .c8rc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .c8rc diff --git a/.c8rc b/.c8rc new file mode 100644 index 0000000..1c7fbde --- /dev/null +++ b/.c8rc @@ -0,0 +1,3 @@ +{ + "reporter": ["text", "lcovonly"] +}