From 076cd57be189204dbbdfd8692e2fccfba0d46850 Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Mon, 14 Mar 2022 08:45:50 +0100 Subject: [PATCH] Codecov: ignore md and mdx files --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index c26a5b92fe..c56012f895 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,3 +5,7 @@ comment: github_checks: annotations: false + +ignore: + - '**/*.md' + - '**/*.mdx'