File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
2626 run : >
2727 mvn sonar:sonar -B
28- -Dsonar.projectKey=RandomCodeSpace_code-iq-java
28+ -Dsonar.projectKey=RandomCodeSpace_code-iq
2929 -Dsonar.organization=randomcodespace
3030 -Dsonar.host.url=https://sonarcloud.io
Original file line number Diff line number Diff line change 1010 <a href =" https://github.com/RandomCodeSpace/code-iq/actions/workflows/ci-java.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/RandomCodeSpace/code-iq/ci-java.yml?branch=main&style=flat-square&logo=github&label=CI " alt =" CI " ></a >
1111 <a href =" https://www.oracle.com/java/technologies/downloads/ " ><img src =" https://img.shields.io/badge/Java-25-orange?style=flat-square&logo=openjdk&logoColor=white " alt =" Java 25 " ></a >
1212 <a href =" https://github.com/RandomCodeSpace/code-iq/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/RandomCodeSpace/code-iq?style=flat-square&label=License " alt =" MIT License " ></a >
13- <a href =" https://sonarcloud.io/summary/overall?id=RandomCodeSpace_code-iq-java " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=RandomCodeSpace_code-iq-java &metric=security_rating " alt =" Security " ></a >
14- <a href =" https://sonarcloud.io/summary/overall?id=RandomCodeSpace_code-iq-java " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=RandomCodeSpace_code-iq-java &metric=reliability_rating " alt =" Reliability " ></a >
13+ <a href =" https://sonarcloud.io/summary/overall?id=RandomCodeSpace_code-iq " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=RandomCodeSpace_code-iq&metric=security_rating " alt =" Security " ></a >
14+ <a href =" https://sonarcloud.io/summary/overall?id=RandomCodeSpace_code-iq " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=RandomCodeSpace_code-iq&metric=reliability_rating " alt =" Reliability " ></a >
1515 <a href =" https://github.com/RandomCodeSpace/code-iq " ><img src =" https://img.shields.io/badge/detectors-97-brightgreen?style=flat-square&logo=codefactor&logoColor=white " alt =" 97 Detectors " ></a >
1616 <a href =" https://github.com/RandomCodeSpace/code-iq " ><img src =" https://img.shields.io/badge/languages-35%2B-blue?style=flat-square&logo=stackblitz&logoColor=white " alt =" 35+ Languages " ></a >
1717</p >
Original file line number Diff line number Diff line change 1- sonar.projectKey =RandomCodeSpace_code-iq-java
1+ sonar.projectKey =RandomCodeSpace_code-iq
22sonar.organization =randomcodespace
33sonar.sources =src/main/java
44sonar.tests =src/test/java
You can’t perform that action at this time.
0 commit comments