From dd7b5c3d78311455e7d9870929e83a4e3cf95504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20St=C3=BCrmer?= Date: Sat, 16 Sep 2023 00:29:35 +0200 Subject: [PATCH] add grcov config --- .github/actions-rs/grcov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/actions-rs/grcov.yml diff --git a/.github/actions-rs/grcov.yml b/.github/actions-rs/grcov.yml new file mode 100644 index 0000000..2ef4c15 --- /dev/null +++ b/.github/actions-rs/grcov.yml @@ -0,0 +1,2 @@ +output-type: lcov +output-file: ./lcov.info