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 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