Skip to content

Commit

Permalink
Disable codecov patch check (#7486)
Browse files Browse the repository at this point in the history
# Description

Disable codecov patch check

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #issue_number

Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark authored and sk593 committed Apr 15, 2024
1 parent 1986d76 commit 18b54f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ coverage:
informational: true
target: auto
threshold: 0%
patch:
default: false

ignore:
- "**/mock_*.go" # ignore all mock files
Expand Down

0 comments on commit 18b54f1

Please sign in to comment.