mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-17 07:45:24 +01:00
Merge pull request #12360 from steven-zou/fix/codecov
fix(codecov):add ignore configuration
This commit is contained in:
commit
9cff87cd52
13
codecov.yml
13
codecov.yml
@ -25,3 +25,16 @@ comment:
|
||||
layout: "reach,diff,flags,tree"
|
||||
behavior: default
|
||||
require_changes: no
|
||||
|
||||
ignore:
|
||||
- "**/*.md"
|
||||
- "**/*.yml"
|
||||
- "docs"
|
||||
- "api"
|
||||
- "make"
|
||||
- "contrib"
|
||||
- "tests"
|
||||
- "tools"
|
||||
- "src/vendor"
|
||||
- "src/server/v2.0/models/**/*"
|
||||
- "src/server/v2.0/restapi/**/*"
|
||||
|
Loading…
Reference in New Issue
Block a user