You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/06/14 04:52:03 UTC

[shardingsphere] branch master updated: Revert typo for .codecov.yml (#18350)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fec53c915a Revert typo for .codecov.yml (#18350)
7fec53c915a is described below

commit 7fec53c915ae7ef494e10b59fc9a735c229ce2d3
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Tue Jun 14 12:51:56 2022 +0800

    Revert typo for .codecov.yml (#18350)
---
 .codecov.yml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/.codecov.yml b/.codecov.yml
index 7f2de5ac9f1..9cf0ab320d2 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -15,6 +15,11 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.readwritesplitting.algorithm.RoundRobinReplicaLoadBalanceAlgorithm
-org.apache.shardingsphere.readwritesplitting.algorithm.RandomReplicaLoadBalanceAlgorithm
-org.apache.shardingsphere.readwritesplitting.algorithm.WeightReplicaLoadBalanceAlgorithm
+coverage:
+  status:
+    # pull-requests only
+    patch:
+      default:
+        threshold: 0.1%
+ignore:
+  - "examples/.*"