You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing a bazel coverage, java classes inside package "external" does not report code coverage, renaming this package coverage happens without problem at all.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Creating a package named "external", add a class and submit it to code coverage action
Which operating system are you running Bazel on?
MacOS Ventura 13.4
What is the output of bazel info release?
release 5.3.1
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?
No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
Nothing
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered:
Description of the bug:
Executing a bazel coverage, java classes inside package "external" does not report code coverage, renaming this package coverage happens without problem at all.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Creating a package named "external", add a class and submit it to code coverage action
Which operating system are you running Bazel on?
MacOS Ventura 13.4
What is the output of
bazel info release
?release 5.3.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
Nothing
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: