mirror of
https://github.com/alibaba/higress.git
synced 2026-02-27 06:00:51 +08:00
optimize: add codecov.yml and badge (#42)
This commit is contained in:
@@ -6,6 +6,7 @@ header:
|
||||
paths-ignore:
|
||||
- '.gitignore'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'LICENSE'
|
||||
- '.github/**'
|
||||
- '.licenserc.yaml'
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
Next-generation Cloud Native Gateway
|
||||
</h1>
|
||||
|
||||
[](https://github.com/alibaba/higress/actions)
|
||||
[](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) |
|
||||
|
||||
20
codecov.yml
Normal file
20
codecov.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user