Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Sonar #979

Merged
merged 2 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,10 @@ jobs:
java-version: 11
distribution: temurin
cache: maven
- name: Coverage and Sonar
- name: Test coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_LOGIN }}
run: |
./mvnw -s .build/maven-ci-settings.xml verify -Pcoverage
./mvnw -s .build/maven-ci-settings.xml sonar:sonar \
-Dsonar.projectKey=smallrye_smallrye-mutiny \
-Dsonar.projectName="SmallRye Mutiny" \
-Dsonar.organization=smallrye \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=$SONAR_LOGIN \
-Dsonar.coverage.jacoco.xmlReportPaths=target/jacoco.xml
run: ./mvnw -s .build/maven-ci-settings.xml verify -Pcoverage
- name: Codecov
uses: codecov/[email protected]

Expand Down
1 change: 0 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
image:https://github.com/smallrye/smallrye-mutiny/actions/workflows/build-main.yml/badge.svg[Build Status]
image:https://github.com/smallrye/smallrye-mutiny/actions/workflows/build-1.x.yml/badge.svg[Build status (1.x branch)]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-mutiny&metric=alert_status["Quality Gate Status", link="https://sonarcloud.io/dashboard?id=smallrye_smallrye-mutiny"]
image:https://img.shields.io/github/license/smallrye/smallrye-mutiny.svg["License", link="https://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye.reactive/mutiny?color=green[Maven Central]
image:https://javadoc.io/badge2/io.smallrye.reactive/mutiny/javadoc.svg["Javadoc", link="https://javadoc.io/doc/io.smallrye.reactive/mutiny"]
Expand Down
6 changes: 0 additions & 6 deletions reactive-streams-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@
<profiles>
<profile>
<id>coverage</id>
<activation>
<property>
<name>sonar.organization</name>
<value>smallrye</value>
</property>
</activation>
<properties>
<argLine>@{jacocoArgLine}</argLine>
</properties>
Expand Down