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 aa2f1ef commit 4e91d1fCopy full SHA for 4e91d1f
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
1
-name: Go Lint
+name: Lint
2
3
on:
4
pull_request:
.github/workflows/release.yml
-name: Create Alpha Release
+name: Release
push:
.github/workflows/test.yml
-name: Go
+name: Test
@@ -22,4 +22,4 @@ jobs:
22
run: go mod download
23
24
- name: Run tests
25
- run: go test ./... -v
+ run: go test -cover -v ./...
0 commit comments