We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee823f9 commit 7a0069bCopy full SHA for 7a0069b
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
go test -race -covermode atomic -coverprofile=cortex-tenant.coverprofile ./...
28
29
- name: Install goveralls
30
- run: go get github.com/mattn/goveralls
+ run: go install github.com/mattn/goveralls@latest
31
32
- name: Send coverage
33
env:
0 commit comments