Skip to content

Commit c05828b

Browse files
committed
chore: reproduce problem with external getting instrumented
1 parent 1b1fcd0 commit c05828b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868
- run: ./minimal_download_test.sh
69-
- run: bazel coverage //src/...
69+
- run: bazel coverage //...
7070
- uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 # v1
7171
# The github-actions-report-lcov doesn't follow symlinks, so get an absolute path
7272
- run: echo "bazel_testlogs=$(bazel info bazel-testlogs)" >> $GITHUB_ENV

e2e/use_release/.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Don't instrument the root folder, since that walks into the //external folder too
1+
# Don't instrument the //external folder
22
# See https://bazelbuild.slack.com/archives/C07HTMQFTBN/p1737600241213179?thread_ts=1736875351.548719&cid=C07HTMQFTBN
3-
coverage --instrumentation_filter=//src
3+
coverage --instrumentation_filter=-//external

0 commit comments

Comments
 (0)