Skip to content

Commit

Permalink
Merge #109609
Browse files Browse the repository at this point in the history
109609: build: use crosslinux config in PR coverage action r=RaduBerinde a=RaduBerinde

Fix for a krb5-related build error.

Epic: none
Release note: None

Co-authored-by: Radu Berinde <[email protected]>
  • Loading branch information
craig[bot] and RaduBerinde committed Aug 29, 2023
2 parents ff8b9d2 + 74025ed commit 3e9b7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ghactions/pr-codecov-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3e9b7de

Please sign in to comment.