Skip to content

Commit

Permalink
test: try to get more accurate coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Utku Ozdemir <utkuozdemir@gmail.com>
  • Loading branch information
utkuozdemir committed Dec 19, 2024
1 parent b3668d6 commit 0e0774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: v1.62.2
args: --timeout=3m0s
- name: Run tests
run: go test -race -coverpkg=./... -coverprofile ./coverage.out -covermode=atomic -timeout 20m ./...
run: go test -v -race -coverprofile ./coverage.out -covermode=atomic -timeout 20m ./...
- name: Print coverage results
run: go tool cover -func ./coverage.out
- name: Send coverage
Expand Down

0 comments on commit 0e0774b

Please sign in to comment.