silasstoffel / fullcycle-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FullCycle CI

This is an example project to practice continuos integrations.

1 - Create Git Actions on_pull_request. Here, I use steps as tests and code analyzer with (Sonar Cloud)[https://sonarcloud.io].

2 - Enable require status checks (Branch Protected Rule) for actions as tests and code analyzer (sonar cloud).

3 - Create organization in Sonar Cloud

4 - Create Project in Sonar Cloud

5 - Generate Sonar Token to your project

6 - Create secret SONAR_TOKEN in your project in github

7 - Define your sonar-project.properties

About


Languages

Language:JavaScript 100.0%