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 c15a756 commit 3a1feb4Copy full SHA for 3a1feb4
.github/workflows/go.yml
@@ -42,6 +42,7 @@ jobs:
42
check-coverage:
43
name: Check coverage
44
needs: [build]
45
+ runs-on: ubuntu-latest
46
steps:
47
- uses: shogo82148/actions-goveralls@v1
48
with:
0 commit comments