Skip to content

Commit

Permalink
ci: Disable Codecov's Patch Check
Browse files Browse the repository at this point in the history
Disable patch as it is not correct and buggy. Turns out that folks over at amazon's aws and mozilla's firefox tv also did the same:

    https://github.com/aws/amazon-vpc-cni-k8s/pull/1226/files
    https://github.com/mozilla-mobile/firefox-tv/pull/779/files
  • Loading branch information
shahzadlone authored Jan 19, 2022
1 parent 6ced95b commit 8de4435
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ coverage:
flags:
- unit

# Disable patch as it is not correct and buggy.
# Folks over at amazon's aws and mozilla's firefox tv also did the same LOL:
# - https://github.com/aws/amazon-vpc-cni-k8s/pull/1226/files
# - https://github.com/mozilla-mobile/firefox-tv/pull/779/files
patch:
default:
target: 50%
threshold: 0.05 # allow this much decrease in this commit / change / patch.
enabled: no
if_not_found: success

changes: false

Expand Down

0 comments on commit 8de4435

Please sign in to comment.