From cf9c6a4b26be28f51f78167aaeb84508cee4d9bd Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Thu, 16 May 2024 13:32:24 +0200 Subject: [PATCH] Promote status of the Kover to Beta (#611) * It is here to stay * We would live to maintain it in its current form and have a clear vision for future development (#608) with a straightforward migration plan --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b81c976..c897aecc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Kover -[![Kotlin Alpha](https://kotl.in/badges/alpha.svg)](https://kotlinlang.org/docs/components-stability.html) -[![JetBrains incubator project](https://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![Kotlin Beta](https://kotl.in/badges/beta.svg)](https://kotlinlang.org/docs/components-stability.html) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) Kover is a set of solutions for collecting test coverage of Kotlin code compiled for JVM and Android platforms.