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 19a416b commit 6dc564cCopy full SHA for 6dc564c
.github/workflows/main.yaml
@@ -25,6 +25,6 @@ jobs:
25
- name: Tests
26
run: make test
27
- name: Send go coverage report
28
- uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920 #v1.6.0
+ uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
29
with:
30
path-to-profile: coverage.out
.github/workflows/pr-build.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- name: Check if working tree is dirty
0 commit comments