nikcio commented on PR #709: URL: https://github.com/apache/lucenenet/pull/709#issuecomment-1288804221
> Okay, I couldn't find an official document on how to set this up, but there is another Apache project that documented the process [here](https://servicecomb.apache.org/developers/sonarcloud-how-to/). I have already opened an [INFRA ticket](https://issues.apache.org/jira/projects/INFRA/issues/INFRA-23795) to set it up for us. > > Of course, since we don't use Travis CI, we have to find our own way after that. We use GitHub Actions for PRs, so I guess that is what we need to set up when that is complete. I've now updated the workflow to use the the SonarCloud template and tested it in my fork to make sure it works. The workflow seems to take about the same amount of time as when running on `Ubuntu` so for the time being it should be fine to use (a run takes about 20-30 mins). So it should be ready to add once the INFRA ticket comes through. I've also tried to run the tests with `coverlet.collector` installed in the test projects but this fails in the GitHub action due to: `There is not enough space on the disk. : 'D:\a\_temp\_runner_file_commands\add_path_2c3325d9-6997-44fc-9ba2-0c2fe815a6e4'`. This run also took 3h 30m 22s so it's properly not ideal to run this on all PR's. -- 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]
