mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 18:55:18 +01:00
Fix path in code cov (#13261)
Referring https://docs.codecov.io/docs/fixing-paths , this commit fixes the path to make sure the coverage changes can be viewed on codecov's dashboard. Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
cdd0eee2d4
commit
db4906c943
@ -21,6 +21,9 @@ parsers:
|
||||
method: no
|
||||
macro: no
|
||||
|
||||
fixes:
|
||||
- "src/github.com/goharbor/harbor/src/::src/"
|
||||
|
||||
comment:
|
||||
layout: "reach,diff,flags,tree"
|
||||
behavior: default
|
||||
@ -29,5 +32,5 @@ comment:
|
||||
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"
|
||||
- "src/server/v2.0/restapi/**/*"
|
||||
- "src/server/v2.0/models"
|
||||
|
Loading…
Reference in New Issue
Block a user