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 b4ab95aCopy full SHA for b4ab95a
.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@7b1bd2871942af030d707d6574e5f684f9891fb2 # v1.8.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