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 75f6697Copy full SHA for 75f6697
.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@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.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