fix coverage not showing inter-package coverage and add race flag

This commit is contained in:
Patricio Whittingslow
2026-03-08 19:25:14 -03:00
parent 270b8df043
commit 97acaa2cb3
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.25
- name: Build
run: go build -v ./...
@@ -31,7 +31,7 @@ jobs:
# go-package: ./...
- name: Test
run: go test -v -coverprofile=coverage.txt -covermode=atomic -race ./...
run: go test -v -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... -race ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
BIN
View File
Binary file not shown.