MINOR: Add badge for flaky test report (#18179)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
David Arthur 2024-12-13 23:14:50 -05:00 committed by GitHub
parent 369b8b5607
commit f3f975ea67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
name: Generate Reports name: Flaky Test Report
on: on:
workflow_dispatch: # Let us run manually workflow_dispatch: # Let us run manually

View File

@ -1,5 +1,9 @@
Apache Kafka Apache Kafka
================= =================
![CI](https://github.com/apache/kafka/actions/workflows/ci.yml/badge.svg?branch=trunk&event=push)
![Flaky Test Report](https://github.com/apache/kafka/actions/workflows/generate-reports.yml/badge.svg?branch=trunk&event=schedule)
See our [web site](https://kafka.apache.org) for details on the project. See our [web site](https://kafka.apache.org) for details on the project.
You need to have [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. You need to have [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.