Skip to content

Commit

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

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")
fmt.Println("Hello world")
}

0 comments on commit 1cf89d9

Please sign in to comment.