Skip to content

Commit

Permalink
add badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Dec 14, 2024
1 parent 369b8b5 commit cac0133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Apache Kafka
=================

![CI](https://github.com/apache/kafka/actions/workflows/ci.yml/badge.svg)
![Flaky Test Report](https://github.com/apache/kafka/actions/workflows/generate-reports.yml/badge.svg)

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.
Expand Down

0 comments on commit cac0133

Please sign in to comment.