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 9275aff commit c8da810Copy full SHA for c8da810
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: ${{ env.GO_VERSION }}
25
26
- name: Tests
27
- run: go test -v -timeout 15m -coverprofile=coverage.txt -covermode=atomic .
+ run: go test -v -timeout 15m -coverprofile=coverage.txt -covermode=atomic ./...
28
29
- name: Coverage
30
uses: codecov/codecov-action@v4
0 commit comments