lifeparticle / binarytree

🕰 We Provide an Array of Developer Productivity Tools Designed To Help You Save Time
https://binarytree.dev
Apache License 2.0
36 stars 12 forks source link

Sonar Cloud Integration #433

Closed lifeparticle closed 7 months ago

lifeparticle commented 8 months ago

The code coverage (working now) and PR integration is not working.

https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/javascript-typescript-test-coverage/

Coverage

Image

Image

I should see something like below:

Screen Shot 2024-02-10 at 2 55 06 pm
lifeparticle commented 8 months ago
lifeparticle commented 7 months ago
sonar.projectKey=lifeparticle_binarytree
sonar.organization=lifeparticle
sonar.host.url=https://sonarcloud.io
sonar.pullrequest.github.summary_comment=true
sonar.javascript.lcov.reportPaths=ui/html/ui/lcov.info
lifeparticle commented 7 months ago

https://docs.sonarsource.com/sonarcloud/enriching/branch-analysis-setup/

Setting up branch analysis enables SonarCloud to analyze branches in your project other than the main branch and pull request branches.

lifeparticle commented 7 months ago

https://community.sonarsource.com/t/sonarcloud-not-identifying-pull-requests-on-github/69242/5