From 5a56f304925c259b0fc61a23c94934a983c3b429 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 18 Jun 2020 00:18:48 +0100 Subject: [PATCH] Remove code coverage badge from README.md as unsupported --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 207cc3b4..00cf2c7a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ## SwiftUI-compatible framework for building browser apps with WebAssembly [![Build Status](https://dev.azure.com/max0484/max/_apis/build/status/MaxDesiatov.Tokamak?branchName=main)](https://dev.azure.com/max0484/max/_build/latest?definitionId=3&branchName=main) -[![Coverage](https://img.shields.io/codecov/c/github/MaxDesiatov/Tokamak/main.svg?style=flat)](https://codecov.io/gh/maxdesiatov/Tokamak) At the moment Tokamak implements a very basic subset of SwiftUI. Its DOM renderer supports a few view types, namely `Button`, `Text`, `HStack`, and the `@State` property wrapper. The long-term