From 644014c17033395c67f99509dbd0b25b031d1789 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Fri, 23 Feb 2024 12:05:28 +0100 Subject: [PATCH 1/2] Compute coverage for operators Signed-off-by: paul.profizi --- codecov.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index a76be46360..35c2e7a86a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,7 +18,6 @@ coverage: - "doc" # ignore folder and all its contents - "docker" # ignore folder and all its contents - "tests" # ignore folder and all its contents - - "src/ansys/dpf/core/operators" # ignore folder and all its contents - "src/ansys/dpf/gate" # ignore folder and all its contents - "src/ansys/dpf/gatebin" # ignore folder and all its contents - "src/ansys/grpc/dpf" # ignore folder and all its contents \ No newline at end of file From a667e51a7e0007ff7aeeaabd745c2fd4982af336 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Fri, 23 Feb 2024 12:05:54 +0100 Subject: [PATCH 2/2] Get code quality for operators Signed-off-by: paul.profizi --- codacy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/codacy.yml b/codacy.yml index ea272b5424..704c945a45 100644 --- a/codacy.yml +++ b/codacy.yml @@ -1,7 +1,6 @@ --- exclude_paths: - "./ci/**/*" - - "./src/ansys/dpf/core/operators/**/*" - "./src/ansys/dpf/gate/**/*" - "./src/ansys/dpf/gatebin/**/*" - "./src/ansys/grpc/dpf/**/*" \ No newline at end of file