weizhouapache commented on PR #7177: URL: https://github.com/apache/cloudstack/pull/7177#issuecomment-1424016365
> @jbampton why do we want this? will it skip coverage checks on PRs when the fork they come from is updated? actually there is a line in the yaml file ``` on: [pull_request, push] ``` so this check is not performed on the github forks. However, if you push to your own repository, the check will be performed. in this case, you need to add codecov token in your project, and codecov should work. you can look at my repo where codecov works. @jbampton https://github.com/weizhouapache/cloudstack-new/actions/workflows/codecov.yml -- 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]
