From 51b7b1b2db8d88b0706de64579511471ff564306 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Tue, 8 Oct 2024 12:12:04 +0200 Subject: [PATCH] exclude trests from codacy --- .codacy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codacy.yaml b/.codacy.yaml index 9d437b7..ec7afbd 100644 --- a/.codacy.yaml +++ b/.codacy.yaml @@ -6,4 +6,5 @@ engines: exclude_paths: - "README.md" - ".github/**" - - "docs/**" \ No newline at end of file + - "docs/**" + - "**/src/test/kotlin/**"