File tree Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 - main
77 workflow_dispatch :
88
9- env :
10- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
11-
129jobs :
1310 build :
1411 runs-on : ubuntu-24.04
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 :
Original file line number Diff line number Diff line change 22
33image: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"]
44image: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
76The RabbitMQ Stream Java Client is a Java library to communicate with
87the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].
Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments