This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 01d6465 Add ignore paths to the codecov setting.
01d6465 is described below
commit 01d64654a378116bbe7393029738c14d65898629
Author: Jiajun Wang <[email protected]>
AuthorDate: Tue Apr 20 14:42:28 2021 -0700
Add ignore paths to the codecov setting.
---
.github/codecov.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/codecov.yml b/.github/codecov.yml
new file mode 100644
index 0000000..676c9c2
--- /dev/null
+++ b/.github/codecov.yml
@@ -0,0 +1,3 @@
+ignore:
+ - "helix-core/**/examples" # ignore code examples
+ - "recipes" # ignore recipes code