damccorm commented on code in PR #26087:
URL: https://github.com/apache/beam/pull/26087#discussion_r1157276125
##########
.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:
Question: does codecov count uncovered non-go files (e.g.
https://github.com/apache/beam/blob/master/sdks/java/container/license_scripts/pull_licenses_java.py)?
I'm wondering if it makes sense to run container tests separately outside of
the context of codecov (I'm leaning towards thinking that they should be
included so this is probably a no-op).
--
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]