Skip to content

Commit

Permalink
chore: codecov settings (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Jun 24, 2023
1 parent 8cae138 commit 8947159
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ coverage:
default:
# basic
target: auto
threshold: 5%
threshold: 1%
base: auto
patch:
default:
informational: true # don't fail the build if patch coverage is below threshold
target: 80%
base: auto
patch: false

# Ignoring Paths
# --------------
Expand All @@ -24,4 +28,5 @@ ignore:
# Diff is the Coverage Diff of the pull request.
# Files are the files impacted by the pull request
comment:
layout: diff # accepted in any order: reach, diff, flags, and/or files
layout: diff, files, footer
behavior: default

0 comments on commit 8947159

Please sign in to comment.