Skip to content

Commit ec09190

Browse files
committed
ci: add -covermode=atomic
1 parent 3ec1590 commit ec09190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: 1.24
1818
- uses: actions/setup-go@v3
1919
- name: go test
20-
run: go test ./... -coverprofile=./coverage.txt
20+
run: go test -coverprofile=./coverage.txt -covermode=atomic ./...
2121
- name: Upload coverage reports to Codecov
2222
uses: codecov/codecov-action@v5
2323
with:

0 commit comments

Comments
 (0)