diff --git a/.github/workflows/generate-reports.yml b/.github/workflows/generate-reports.yml index 2f11c85a338..d3ad9cfa773 100644 --- a/.github/workflows/generate-reports.yml +++ b/.github/workflows/generate-reports.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Generate Reports +name: Flaky Test Report on: workflow_dispatch: # Let us run manually diff --git a/README.md b/README.md index e11a8b88084..059e89b5844 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ 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. You need to have [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.