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 c79b5e6 commit 8edc996Copy full SHA for 8edc996
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: go test -race -covermode atomic -coverprofile='profile.cov' ./...
46
47
- name: Send coverage
48
- uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920
+ uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04
49
with:
50
path-to-profile: profile.cov
51
flag-name: Go-${{ matrix.go-version }}
0 commit comments