File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments