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 c94d08a commit cdb897aCopy full SHA for cdb897a
.github/workflows/test.yml
@@ -18,6 +18,6 @@ jobs:
18
run: |
19
go test ./... -coverprofile=profile.cov
20
21
- - uses: shogo82148/actions-goveralls@v1.9.0
+ - uses: shogo82148/actions-goveralls@v1.10.0
22
with:
23
path-to-profile: profile.cov
0 commit comments