mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 11:41:54 +01:00
a0c2d0ac9e
- define instance's api - define extension models for api - implement preheat controller - implement preheat manager - most code are picked up from the original P2P feat branch Signed-off-by: fanjiankong <fanjiankong@tencent.com>
33 lines
567 B
YAML
33 lines
567 B
YAML
codecov:
|
|
require_ci_to_pass: no
|
|
bot: steven-zou
|
|
token: 7ec086ae-1431-4be8-af00-b95206144799
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "50...100"
|
|
|
|
status:
|
|
project: yes
|
|
patch: yes
|
|
changes: no
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,tree"
|
|
behavior: default
|
|
require_changes: no
|
|
|
|
ignore:
|
|
- "src/vendor"
|
|
- "src/github.com/goharbor/harbor/src/server/v2.0/restapi/**/*"
|
|
- "src/github.com/goharbor/harbor/src/server/v2.0/models"
|