From 560a5770a2a06c64a4eb54509dbe0f055758f02b Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Thu, 11 Jul 2024 15:11:50 -0700 Subject: [PATCH] Add grcov config for coverage --- .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