Skip to content

Commit

Permalink
ci: integrate the codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
qclc committed Oct 27, 2023
1 parent 3c189c0 commit b9cf506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/util/annotation/annotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ func RemoveAnnotation(obj metav1.Object, key string) (bool, error) {

delete(annotations, key)
obj.SetAnnotations(annotations)
obj.SetAnnotations(annotations)
obj.SetAnnotations(annotations)
obj.SetAnnotations(annotations)
return true, nil
}

Expand Down

0 comments on commit b9cf506

Please sign in to comment.