Skip to content

Commit

Permalink
Fix path in code cov (#13261)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
reasonerjt authored Oct 15, 2020
1 parent cdd0eee commit db4906c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit db4906c

Please sign in to comment.