winterhazel commented on PR #13042: URL: https://github.com/apache/cloudstack/pull/13042#issuecomment-4382549055
@DaanHoogland this seems to be related to https://github.com/codecov/codecov-action?tab=readme-ov-file#dependabot. Dependabot opens PRs from the original repository instead of a fork, which requires it to have access to the Codecov token for the coverage check to execute. Other Dependabot PRs are also failing on the coverage check (see #13069), so the Codecov token is probably not present in the Dependabot secrets. We may just ignore this and merge this one (tests should run successfully for forks and for people with access to the main repository), or ask someone with enough permission to configure the Dependabot secrets and grant it access to the Codecov token. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
