Skip to content

Commit a52317b

Browse files
committed
Changed go over the right dir
1 parent 37b7499 commit a52317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: '1.21'
1818
- name: Run tests with coverage
1919
run: |
20-
go test -coverprofile=coverage.txt
20+
go test -coverprofile=coverage.txt ./...
2121
- name: Upload coverage reports to Codecov
2222
uses: codecov/codecov-action@v5
2323
with:

0 commit comments

Comments
 (0)