Skip to content

Commit

Permalink
Removes sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Borriello committed Feb 2, 2024
1 parent 7aa8e3b commit 29d831d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/github-default-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- name: "Test and Quality check"
uses: nick-invision/retry@v3
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_BRANCH: ${{ steps.build_info.outputs.SOURCE_BRANCH }}
COVERALLS_IO_TOKEN: ${{ secrets.COVERALLS_IO_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/github-default-jdk11-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- name: "Test and Quality check"
uses: nick-invision/retry@v3
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_BRANCH: ${{ steps.build_info.outputs.SOURCE_BRANCH }}
COVERALLS_IO_TOKEN: ${{ secrets.COVERALLS_IO_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/github-jdk11-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
settings-path: ${{ github.workspace }}
- name: "Quality check"
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn install -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/github-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
settings-path: ${{ github.workspace }}
- name: "Quality check"
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn install -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ It's the only library able to transform Mutable, Immutable, and Mixed bean witho

[![GitHub site](https://img.shields.io/badge/GitHub-site-blue.svg)](https://opensource.expediagroup.com/bull/)
[![Coverage Status](https://coveralls.io/repos/github/ExpediaGroup/bull/badge.svg?branch=master)](https://coveralls.io/github/ExpediaGroup/bull?branch=master)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=BULL&metric=security_rating)](https://sonarcloud.io/dashboard?id=BULL)
[![License](https://img.shields.io/github/license/ExpediaGroup/bull.svg)](https://img.shields.io/github/license/ExpediaGroup/bull.svg)
[![Dependabot](https://img.shields.io/badge/dependabot-enabled-success?logo=dependabot)](https://img.shields.io/badge/dependabot-enabled-success?logo=dependabot)

Expand Down
1 change: 0 additions & 1 deletion docs/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<item name="Samples" href="/converter/samples.html" />
</menu>
<menu name="Quality check">
<item name="Sonar Cloud" href="https://sonarcloud.io/dashboard?id=BULL" />
<item name="Coveralls" href="https://coveralls.io/github/ExpediaGroup/bull" />
</menu>
<menu name="Related Articles">
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@
<jboss-logging-modules.version>2.2.1.Final</jboss-logging-modules.version>
<slf4j-api.version>2.0.11</slf4j-api.version>
<glassfish.jakarta.el.version>4.0.2</glassfish.jakarta.el.version>
<!-- JaCoCo & Sonar properties -->
<!-- JaCoCo properties -->
<jacoco.version>0.8.11</jacoco.version>
<jacoco.classRatio>1.0</jacoco.classRatio>
<jacoco.instructionRatio>0.98</jacoco.instructionRatio>
<jacoco.methodRatio>1.0</jacoco.methodRatio>
<jacoco.branchRatio>0.89</jacoco.branchRatio>
<jacoco.complexityRatio>0.91</jacoco.complexityRatio>
<jacoco.lineRatio>0.98</jacoco.lineRatio>
<sonar.coverage.exclusions>**/AbstractTransformer.*,**/model/*,**/constant/*,**/error/*,**/annotation/*</sonar.coverage.exclusions>
<sonar.scanner.force-deprecated-java-version>true</sonar.scanner.force-deprecated-java-version>
<!-- Required for coverall jdk >= 9 compatibility -->
<jaxb-api.version>2.3.1</jaxb-api.version>
<!-- site properties -->
Expand Down

0 comments on commit 29d831d

Please sign in to comment.