Skip to content

Commit

Permalink
chore_: configure codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Oct 28, 2024
1 parent d77d243 commit c740a05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
# make codecov-validate

codecov:
require_ci_to_pass: false
require_ci_to_pass: true
notify:
wait_for_ci: true

coverage:
status:
project:
default:
informational: true
unit-tests:
target: auto
threshold: 1
flags:
- unit
functional-tests:
threshold: 0.1
target: auto
flags:
- functional
patch:
default:
informational: true
target: 50
unit-tests:
target: auto
informational: true
flags:
- unit
functional-tests:
target: auto
informational: true
flags:
- functional

Expand All @@ -39,7 +39,7 @@ flags:
functional-tests:
paths:
- ".*"
carryforward: true
carryforward: false

comment:
behavior: default
Expand Down

0 comments on commit c740a05

Please sign in to comment.