Skip to content

Commit

Permalink
temp: codecov 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
middlefitting committed Dec 15, 2023
1 parent 119fd9d commit db4ea32
Showing 1 changed file with 18 additions and 53 deletions.
71 changes: 18 additions & 53 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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%
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/

0 comments on commit db4ea32

Please sign in to comment.