diff --git a/build/ghactions/pr-codecov-run-tests.sh b/build/ghactions/pr-codecov-run-tests.sh index b92af26fc0c4..af1a16ba4a38 100755 --- a/build/ghactions/pr-codecov-run-tests.sh +++ b/build/ghactions/pr-codecov-run-tests.sh @@ -42,6 +42,7 @@ echo "Running tests" # TODO(radu): do we need --strip=never? bazel coverage \ + --config=crosslinux \ --@io_bazel_rules_go//go/config:cover_format=lcov --combined_report=lcov \ --instrumentation_filter="//pkg/..." \ ${targets}