-
Christian Doh Dinga authoredChristian Doh Dinga authored
01_sonarcloud_integration.md 1.12 KiB
title: 'Next step: Sonarcloud integration'
Continuous code quality can be handled by Sonarcloud. This repository is configured to use Sonarcloud to perform quality analysis and code coverage report on each push.
In order to configure Sonarcloud analysis GitHub Action workflow you must follow the steps below:
- go to Sonarcloud to create a new Sonarcloud project
- login with your GitHub account
- add Sonarcloud organization or reuse existing one
- set up a repository
- go to new code definition administration page and select
Number of days
option - To be able to run the analysis:
- a token must be created at Sonarcloud account
- the created token must be added as
SONAR_TOKEN
to secrets on GitHub