Skip to content

Commit 042018b

Browse files
committed
Debug source of codecoverage problem once again
1 parent 112b704 commit 042018b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Run linters
2626
run: go vet ./... && go install honnef.co/go/tools/cmd/staticcheck@latest && bash -c "$(go env GOPATH)/bin/staticcheck ./..."
2727
- name: Run Tests
28-
run: ./scripts/run-all-tests.sh
28+
run: |
29+
./scripts/run-all-tests.sh
30+
grep 'ksql.go:592' . -R
2931
- name: Upload results to Codecov
3032
uses: codecov/codecov-action@v5
3133
with:

0 commit comments

Comments
 (0)