Skip to content

Commit

Permalink
trigger go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Oct 2, 2024
1 parent c3929bd commit b9021d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rly-pera/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func main() {
if err := env.Init(); err != nil {
fmt.Println("\n>> Err setting up env ", err)
fmt.Println("\n>> Err setting up env: ", err)

Check warning on line 13 in cmd/rly-pera/main.go

View check run for this annotation

Codecov / codecov/patch

cmd/rly-pera/main.go#L13

Added line #L13 was not covered by tests
return
}

Expand Down

0 comments on commit b9021d9

Please sign in to comment.