damccorm commented on code in PR #26087:
URL: https://github.com/apache/beam/pull/26087#discussion_r1157675055
##########
.github/workflows/go_tests.yml:
##########
@@ -48,7 +48,7 @@ jobs:
- name: Delete old coverage
run: "cd sdks/go/pkg && rm -rf .coverage || :"
- name: Run coverage
- run: cd sdks/go/pkg && go test -coverprofile=coverage.txt
-covermode=atomic ./...
+ run: cd sdks && go test -coverprofile=coverage.txt -covermode=atomic
./go/pkg/... ./go/container/... ./java/container/... ./python/container/...
./typescript/container/...
Review Comment:
SGTM - was meant to be nonblocking, but I realize now I didn't specify that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]