Skip to content

Commit e7f8c43

Browse files
committed
Remove code coverage
1 parent 4aee61b commit e7f8c43

File tree

4 files changed

+0
-47
lines changed

4 files changed

+0
-47
lines changed

.github/codecov.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
workflow_dispatch:
88

9-
env:
10-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11-
129
jobs:
1310
build:
1411
runs-on: ubuntu-24.04
@@ -55,8 +52,6 @@ jobs:
5552
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
5653
- name: Stop cluster
5754
run: docker compose --file ci/cluster/docker-compose.yml down
58-
- name: Upload Codecov report
59-
run: bash <(curl -s https://codecov.io/bash)
6055
- name: Publish snapshot
6156
run: ./mvnw clean deploy -Psnapshots -DskipITs -DskipTests
6257
env:

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
image:https://maven-badges.herokuapp.com/maven-central/com.rabbitmq/stream-client/badge.svg["Maven Central", link="https://maven-badges.herokuapp.com/maven-central/com.rabbitmq/stream-client"]
44
image:https://github.com/rabbitmq/rabbitmq-stream-java-client/actions/workflows/test.yml/badge.svg["Build Status", link="https://github.com/rabbitmq/rabbitmq-stream-java-client/actions/workflows/test.yml"]
5-
image:https://codecov.io/gh/rabbitmq/rabbitmq-stream-java-client/branch/main/graph/badge.svg?token=CFZ6EHW47J["Code Coverage", link="https://codecov.io/gh/rabbitmq/rabbitmq-stream-java-client"]
65

76
The RabbitMQ Stream Java Client is a Java library to communicate with
87
the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
<jmh.version>1.37</jmh.version>
9595
<spotless.version>3.0.0</spotless.version>
9696
<google-java-format.version>1.28.0</google-java-format.version>
97-
<jacoco.version>0.8.13</jacoco.version>
9897
<spotbugs-maven-plugin.version>4.9.6.0</spotbugs-maven-plugin.version>
9998
<spotbugs.version>4.9.6</spotbugs.version>
10099
<!-- for documentation -->
@@ -636,26 +635,6 @@
636635
</configuration>
637636
</plugin>
638637

639-
<plugin>
640-
<groupId>org.jacoco</groupId>
641-
<artifactId>jacoco-maven-plugin</artifactId>
642-
<version>${jacoco.version}</version>
643-
<executions>
644-
<execution>
645-
<goals>
646-
<goal>prepare-agent</goal>
647-
</goals>
648-
</execution>
649-
<execution>
650-
<id>report</id>
651-
<phase>prepare-package</phase>
652-
<goals>
653-
<goal>report</goal>
654-
</goals>
655-
</execution>
656-
</executions>
657-
</plugin>
658-
659638
<plugin>
660639
<groupId>com.github.spotbugs</groupId>
661640
<artifactId>spotbugs-maven-plugin</artifactId>

0 commit comments

Comments
 (0)