Skip to content

Commit 156bb6b

Browse files
committed
test: add internal packages to coverage report
1 parent f6264d8 commit 156bb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
version: v2.2.1
6464

6565
- name: Generate coverage report
66-
run: go test -v -coverprofile coverage.txt -covermode atomic ./...
66+
run: go test -v -coverprofile coverage.txt -covermode atomic -coverpkg ./... ./...
6767

6868
- name: Upload coverage to Codecov
6969
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)