From dcca768b6c300ada342869e754dbda2d75fef444 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Tue, 11 Apr 2023 16:44:14 +0200 Subject: [PATCH] github: Add more folders to ignore for coverage --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index cf2506b..141aa9d 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -10,3 +10,5 @@ ignore: - "docs" - "example_configs" - "migration-tool" + - "scripts" + - "set-password"