Skip to content

Commit

Permalink
chore: tweak codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Dec 27, 2024
1 parent d85187d commit 4873b6c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
patch:
default:
target: 75%
precision: 1
round: down
range: "70...100"
project:
default:
target: 75% # the required coverage value
threshold: 1% # the leniency in hitting the target
target: auto
threshold: 1%

comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: true

ignore:
- "egopb"
- "test"
Expand Down

0 comments on commit 4873b6c

Please sign in to comment.