Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 29, 2023
1 parent 0e36cf6 commit 6d92fbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/coverage/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ func (c *Coverage) Merge(c2 *Coverage) error {
}
// Type
switch {
case c.Type == "":
c.Type = c2.Type
case c2.Type == "":
case c.Type != TypeLOC || c2.Type != TypeLOC:
c.Type = TypeMerged
Expand Down

0 comments on commit 6d92fbe

Please sign in to comment.