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 786c34fCopy full SHA for 786c34f
.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@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
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