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
Starting in version 2024.12, "cov-build" command is only
supposed to be used for "build capture", while the "filesystem capture"
used for non-compiled languages is only available via Coverity CLI
(the "coverity" command).
The GH Action we use does not yet support that, so introduce a
workaround by tricking the Action to run the correct command via command
injection.
Fixes#5254.
Signed-off-by: Alex T. <[email protected]>
0 commit comments