This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 92e8ada chore: update codecov threshold (#222)
92e8ada is described below
commit 92e8ada447bac1fe5950d22710a9252b3ed7352f
Author: Shiyan Xu <[email protected]>
AuthorDate: Sat Dec 7 23:16:55 2024 -1000
chore: update codecov threshold (#222)
---
CONTRIBUTING.md | 2 +-
codecov.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 22e933f..f3ee3ca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -125,7 +125,7 @@ When submitting a pull request, please follow these
guidelines:
### Code coverage
We use [codecov](https://app.codecov.io/github/apache/hudi-rs) to generate
code coverage report and enforce net positive
-coverage change for PRs, with a 5% lenacy.
+coverage change for PRs, with a 10% lenacy.
## Learning
diff --git a/codecov.yml b/codecov.yml
index dfb1469..58170ca 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -20,4 +20,4 @@ coverage:
project: # ref https://docs.codecov.com/docs/commit-status
default:
target: auto
- threshold: 5%
+ threshold: 10