Skip to content

Commit

Permalink
Add codecov.io config
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Yevtushenko <sergiy.yevtushenko@rdx.works>
  • Loading branch information
siy committed Jun 5, 2024
1 parent d00e5a8 commit fad4e21
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
codecov:
notify:
wait_for_ci: true
max_report_age: off
require_ci_to_pass: true
comment:
behavior: default
layout: "reach, diff, flags, files"
show_carryforward_flags: false
coverage:
precision: 1
range: 97...98 # red -> yellow (the inside range) -> green
status:
patch:
default:
target: auto
threshold: 80%
base: auto
only_pulls: true
flag_management:
default_rules:
carryforward: true

0 comments on commit fad4e21

Please sign in to comment.