From 96a91541093f260a9941955b96e1809f72df2da9 Mon Sep 17 00:00:00 2001 From: Patrick Schalk Date: Mon, 1 Jul 2024 16:20:41 +0200 Subject: [PATCH] Ignore sql files in codecov --- .codacy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codacy.yaml b/.codacy.yaml index 61fceb4..5513ed0 100644 --- a/.codacy.yaml +++ b/.codacy.yaml @@ -9,4 +9,5 @@ exclude_paths: - "examples/components/tasklist-angular/**" - "examples/components/process-forms/**" - "docs/**" - - "db/migrations/**" + - "**/db/migrations/**" + - "**/*.sql"