Skip to content

Commit 445f105

Browse files
committed
Add changes
1 parent 1308152 commit 445f105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: go mod download
3232

3333
- name: Run tests
34-
run: go test -coverprofile=coverage.out ./...
34+
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3535

3636
- name: Upload to Codecov
3737
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)