We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b7499 commit a52317bCopy full SHA for a52317b
1 file changed
.github/workflows/test-coverage.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: '1.21'
18
- name: Run tests with coverage
19
run: |
20
- go test -coverprofile=coverage.txt
+ go test -coverprofile=coverage.txt ./...
21
- name: Upload coverage reports to Codecov
22
uses: codecov/codecov-action@v5
23
with:
0 commit comments