diff --git a/.licenserc.yaml b/.licenserc.yaml index 15d856ffa0..779333639e 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -6,6 +6,7 @@ header: paths-ignore: - '.gitignore' - '*.md' + - '*.yml' - 'LICENSE' - '.github/**' - '.licenserc.yaml' diff --git a/README.md b/README.md index 6d1afe6fa0..4640a02302 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Next-generation Cloud Native Gateway +[![Build Status](https://github.com/alibaba/higress/workflows/build%20and%20codecov/badge.svg?branch=main)](https://github.com/alibaba/higress/actions) +[![license](https://img.shields.io/github/license/alibaba/higress.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) + [**官网**](https://higress.io/)   |   [**文档**](https://higress.io/zh-cn/docs/overview/what-is-higress.html)   |   [**博客**](https://higress.io/zh-cn/blog/index.html)   | diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..d98ef3ccf7 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,20 @@ +codecov: + require_ci_to_pass: yes +coverage: + status: + patch: no + project: + default: + target: auto + threshold: 1% + if_not_found: success + changes: no + precision: 2 + round: down + range: 50..100 +ignore: + - "helm/**" +comment: + layout: "reach,diff,flags,tree" + behavior: default + require_changes: no