From db4ea3299052ef2a57e75f97724397ac556120f3 Mon Sep 17 00:00:00 2001 From: middlefitting Date: Fri, 15 Dec 2023 20:54:10 +0900 Subject: [PATCH] =?UTF-8?q?temp:=20codecov=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yml | 71 ++++++++++++++--------------------------------------- 1 file changed, 18 insertions(+), 53 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3e8236ba0..99f798e15 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,53 +1,18 @@ -#coverage: -# status: -# project: -# unit: -# target: 5% -# flags: -# - unitTest -# integration: -# target: 60% -# flags: -# - integrationTest -#flags: -# unitTest: -# paths: -# - src/main/java/com/gg/server/ -# carryforward: true -# integrationTest: -# paths: -# - src/main/java/com/gg/server/ -# carryforward: false - - - -flag_management: - default_rules: - carryforward: true - statuses: - - type: project - target: auto - threshold: 99% - - type: patch - target: 0% - - individual_flags: - # Unit testing coverage - - name: unitTest - carryforward: true - statuses: - - type: project - target: auto - threshold: 0% - - type: patch - target: 0% - - # Integration testing coverage - - name: integrationTest - carryforward: true - statuses: - - type: project - target: auto - threshold: 0% - - type: patch - target: 0% \ No newline at end of file +coverage: + status: + project: + unit: + target: 5% + flags: + - unitTest + integration: + target: 60% + flags: + - integrationTest +flags: + unitTest: + paths: + - src/main/java/com/gg/server/domain/ + integrationTest: + paths: + - src/main/java/com/gg/server/admin/ \ No newline at end of file