We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d3d18 commit 20418daCopy full SHA for 20418da
.github/workflows/main.yaml
@@ -18,6 +18,6 @@ jobs:
18
- name: Tests
19
run: make test
20
- name: Send go coverage report
21
- uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
+ uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
22
with:
23
path-to-profile: coverage.out
.github/workflows/pr-build.yaml
@@ -49,7 +49,7 @@ jobs:
49
- name: test
50
51
52
53
54
55
- name: Check if working tree is dirty
0 commit comments