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
Fix glob pattern in codecov action (Kind tests) (#7013)
The codecov CLI has been updated, and the glob translation logic is
different. We need the '**' pattern to match the full path.
See codecov/codecov-cli#619
We also remove the trailing wildcard, as it seems that we only ever use
the .cov.out suffix for these tests.
Signed-off-by: Antonin Bas <[email protected]>
0 commit comments