Skip to content

Commit

Permalink
chore: add dummy function for coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Dec 21, 2023
1 parent 601b0f2 commit d7e0283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/myks/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,7 @@ func copyFile(src, dst string) (err error) {

return nil
}

func unusedFunctionToTestCodecov() {

Check failure on line 403 in internal/myks/util.go

View workflow job for this annotation

GitHub Actions / lint / lint

func `unusedFunctionToTestCodecov` is unused (unused)
fmt.Println("Hello world")
}

0 comments on commit d7e0283

Please sign in to comment.