Skip to content

Commit

Permalink
Merge 107d35d into 5193c01
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge authored Jul 6, 2022
2 parents 5193c01 + 107d35d commit 1128fc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
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

0 comments on commit 1128fc9

Please sign in to comment.