Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix glob pattern in codecov action (Kind tests) #7013

Merged

Conversation

antoninbas
Copy link
Contributor

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.

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]>
@antoninbas
Copy link
Contributor Author

/skip-all

@antoninbas antoninbas merged commit 2bb9353 into antrea-io:main Feb 22, 2025
59 of 60 checks passed
@antoninbas antoninbas deleted the fix-glob-pattern-in-codecov-action branch February 22, 2025 03:24
@antoninbas antoninbas added the action/backport Indicates a PR that requires backports. label Feb 24, 2025
antoninbas added a commit to antoninbas/antrea that referenced this pull request Feb 24, 2025
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]>
antoninbas added a commit to antoninbas/antrea that referenced this pull request Feb 24, 2025
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]>
antoninbas added a commit to antoninbas/antrea that referenced this pull request Feb 24, 2025
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]>
antoninbas added a commit that referenced this pull request Feb 25, 2025
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]>
antoninbas added a commit that referenced this pull request Feb 25, 2025
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]>
antoninbas added a commit that referenced this pull request Feb 25, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/backport Indicates a PR that requires backports.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants