File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed
Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Build
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
7+ types : [opened, synchronize, reopened]
8+ jobs :
9+ sonarcloud :
10+ name : SonarCloud
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ with :
15+ fetch-depth : 0
16+ - name : SonarCloud Scan
17+ uses : SonarSource/sonarcloud-github-action@master
18+ env :
19+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1- CodingLife
2- ==========
1+ # Coding Life
32
3+ [ ![ SonarCloud] ( https://sonarcloud.io/images/project_badges/sonarcloud-white.svg )] ( https://sonarcloud.io/summary/new_code?id=ahastudio_CodingLife )
4+
5+ [ ![ Build Status] ( https://github.com/ahastudio/CodingLife/workflows/Build/badge.svg?branch=main )] ( https://github.com/ahastudio/CodingLife/actions )
6+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=ahastudio_CodingLife&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=ahastudio_CodingLife )
47[ ![ Code Climate] ( https://codeclimate.com/github/ahastudio/CodingLife/badges/gpa.svg )] ( https://codeclimate.com/github/ahastudio/CodingLife )
58[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/c9c93f4d9d604623a0cd4f24fb6a0314 )] ( https://www.codacy.com/app/ahastudio/CodingLife )
69[ ![ Join the chat at https://gitter.im/ahastudio/CodingLife ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ahastudio/CodingLife?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
Original file line number Diff line number Diff line change 1+ sonar.projectKey =ahastudio_CodingLife
2+ sonar.organization =ahastudio
3+
4+ # This is the name and version displayed in the SonarCloud UI.
5+ # sonar.projectName=CodingLife
6+ # sonar.projectVersion=1.0
7+
8+ # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9+ sonar.sources =./20211018/spring,./20211024/react
10+
11+ # Encoding of the source code. Default is default system encoding
12+ # sonar.sourceEncoding=UTF-8
You can’t perform that action at this time.
0 commit comments