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 66
66
steps :
67
67
- uses : actions/checkout@v4
68
68
- run : ./minimal_download_test.sh
69
- - run : bazel coverage //src/ ...
69
+ - run : bazel coverage //...
70
70
- uses : hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 # v1
71
71
# The github-actions-report-lcov doesn't follow symlinks, so get an absolute path
72
72
- 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
2
2
# 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