From 8c0fe153bedfd1ac60d02f39e14aa59fae56eeac Mon Sep 17 00:00:00 2001 From: Hannes Date: Fri, 18 Jun 2021 12:59:35 +0200 Subject: [PATCH] Added ignore dependencies --- .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..ba299e9 --- /dev/null +++ b/.github/actions-rs/grcov.yml @@ -0,0 +1,2 @@ +ignore: + - "../*" \ No newline at end of file