From 1c9d2c839e1cbdbd574285fc0abe477d1d8393cd Mon Sep 17 00:00:00 2001 From: Alex Belozierov Date: Fri, 10 Apr 2020 22:49:35 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93c707a..faeeb36 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ![macOS](https://github.com/belozierov/SwiftCoroutine/workflows/macOS/badge.svg?branch=master) ![Ubuntu](https://github.com/belozierov/SwiftCoroutine/workflows/Ubuntu/badge.svg?branch=master) +![codecov](https://codecov.io/gh/belozierov/SwiftCoroutine/branch/master/graph/badge.svg) Many languages, such as Kotlin, JavaScript, Go, Rust, C++, and others, already have [coroutines](https://en.wikipedia.org/wiki/Coroutine) support that makes the use of asynchronous code easier. This feature is not yet supported in Swift, but this can be improved by a framework without the need to change the language.