We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec1590 commit ec09190Copy full SHA for ec09190
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: 1.24
18
- uses: actions/setup-go@v3
19
- name: go test
20
- run: go test ./... -coverprofile=./coverage.txt
+ run: go test -coverprofile=./coverage.txt -covermode=atomic ./...
21
- name: Upload coverage reports to Codecov
22
uses: codecov/codecov-action@v5
23
with:
0 commit comments