Skip to content

Commit

Permalink
Add mock function to test Codecov (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 19, 2023
1 parent 2ae5855 commit df74f85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/common/foo_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package common

func bar() int {
return -1
}

0 comments on commit df74f85

Please sign in to comment.