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 73bc98e commit e62aa7fCopy full SHA for e62aa7f
.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@df920a6a2468668dfcf71a0b43817f89eaa5ea04 # v1.7.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