Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Oct 2, 2024
1 parent e3b67b5 commit 9201c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run: go test ./... -coverprofile=./cover.out

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@79066c46f8dcdf8d7355f820dbac958c5b4cb9d3 # v4.5.0
uses: codecov/codecov-action@0f8570b1a125f4937846a11fcfa3bcd548bd8c97 # v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion src/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ type backendExistsError struct {
}

func (m *backendExistsError) Error() string {
return fmt.Sprintf("no Backend found")
return fmt.Sprint("no Backend found")
}

0 comments on commit 9201c0f

Please sign in to comment.