Skip to content

Commit 4e91d1f

Browse files
fix: naming convention and add coverage report
1 parent aa2f1ef commit 4e91d1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go Lint
1+
name: Lint
22

33
on:
44
pull_request:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Alpha Release
1+
name: Release
22

33
on:
44
push:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Test
22

33
on:
44
pull_request:
@@ -22,4 +22,4 @@ jobs:
2222
run: go mod download
2323

2424
- name: Run tests
25-
run: go test ./... -v
25+
run: go test -cover -v ./...

0 commit comments

Comments
 (0)