Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 74c3bbc

Browse files
Update ci.yml
1 parent 98df21b commit 74c3bbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
2222
- name: Unit tests
2323
run: |
24-
# go test ./... -covermode=count -coverprofile=coverage.out
25-
# go tool cover -func=coverage.out -o=coverage.out
26-
sudo go test ./... -coverprofile coverage.out -covermode count
27-
sudo go tool cover -func coverage.out
24+
go test -v ./... -covermode=count -coverprofile=coverage.out
25+
go tool cover -func=coverage.out -o=coverage.out
26+
# sudo go test ./... -coverprofile coverage.out -covermode count
27+
# sudo go tool cover -func coverage.out
2828

2929
- name: Go Coverage Badge # Pass the `coverage.out` output to this action
3030
uses: tj-actions/coverage-badge-go@v2

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /