Skip to content

Commit

Permalink
chore: changes codecov settings
Browse files Browse the repository at this point in the history
- changes codecov settings

Signed-off-by: Leandro Mendes <[email protected]>
  • Loading branch information
theflockers committed Aug 19, 2022
1 parent dee469b commit cc736d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Documentation: https://docs.codecov.io/docs/codecov-yaml
ignore:
- "api/v1alpha1/zz_generated.deepcopy.go" # generated file

coverage:
status:
# Allows coverage to drop by a 3% when compared against the base commit.
project:
default:
target: auto
threshold: 3%
# Sets the expected status for `codecov/patch` check.
# We set this to be only informational hence it does not cause the check to fail.
patch:
default:
informational: true

0 comments on commit cc736d4

Please sign in to comment.