harbor/codecov.yml
He Weiwei aa55fcfce7 chore(mocks): add make targets to generate and check mocks
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2020-07-22 01:59:32 +00:00

34 lines
585 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/testing"
- "src/github.com/goharbor/harbor/src/server/v2.0/restapi/**/*"
- "src/github.com/goharbor/harbor/src/server/v2.0/models"