Skip to content

Commit 3224742

Browse files
committed
Change cover flags
1 parent c4a0db9 commit 3224742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Verify dependencies
7373
run: go mod verify
7474
- name: Run tests
75-
run: go test -race -vet=off -covermode=atomic -coverprofile=coverage.out ./...
75+
run: go test -race -coverpkg=./... -vet=off -covermode=atomic -coverprofile=coverage.out ./...
7676
- name: Upload coverage to Codecov
7777
uses: codecov/codecov-action@v4
7878
env:
@@ -96,4 +96,4 @@ jobs:
9696
- uses: actions/upload-artifact@v4
9797
with:
9898
name: build-artifacts
99-
path: ./bin/BIN_NAME
99+
path: ./bin/BIN_NAME

0 commit comments

Comments
 (0)