Skip to content

Commit

Permalink
test: add a function to debug codecov (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Nov 14, 2023
1 parent e55b489 commit 98e059b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions br/pkg/config/ebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,7 @@ func (c *EBSBasedBRMeta) SetVolumeAZs(idMap map[string]string) {
}
}
}

func hello() {
panic("should not met")
}

0 comments on commit 98e059b

Please sign in to comment.