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