From c93c7df657408dbc13d0a574fafc38fd4382c676 Mon Sep 17 00:00:00 2001 From: Philipp Basler Date: Mon, 6 May 2024 21:52:31 +0200 Subject: [PATCH] Add readmes to codecov ignore --- .codecov.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yaml b/.codecov.yaml index d2882791..ab6968bd 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -16,3 +16,5 @@ ignore: - "src/utility/spline/spline.cpp" - "src/utility/asciiplotter/asciiplotter.cpp" - "example/**" + - ".github" + - "**/README.md"