Skip to content

Commit 28c6729

Browse files
committed
fix tests for correct coverage on internal packages
1 parent e4408cb commit 28c6729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: go mod tidy
2121
- name: Run tests with coverage
22-
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
22+
run: go test ./... -coverprofile=./cover.out -covermode=atomic
2323
- name: Upload coverage
2424
uses: actions/upload-artifact@v4
2525
with:

0 commit comments

Comments
 (0)