Skip to content

Commit

Permalink
Update code cov yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumimku committed Nov 20, 2024
1 parent a260609 commit d59672b
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@

codecov:
require_ci_to_pass: yes
notify:
wait_for_ci: yes
max_report_age: false

coverage:
status:
project:
default:
enabled: yes
threshold: null
target: auto
patch:
default:
target: 80%
threshold: 40%
project: off
patch: off

flag_management:
default_rules:
carryforward: true
individual_flags:
- name: unit
statuses:
- type: project
target: auto
threshold: null
- type: patch
target: 80%
threshold: 40%

0 comments on commit d59672b

Please sign in to comment.