From 38c09c480e45958a0406e3da63be32f7f6557a99 Mon Sep 17 00:00:00 2001 From: Tracy Kuhrt Date: Thu, 10 Oct 2024 11:12:21 -0700 Subject: [PATCH] Fix table Signed-off-by: Tracy Kuhrt --- proposals/graduated/firefly.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/graduated/firefly.md b/proposals/graduated/firefly.md index 124bb5a..bbd2d5f 100644 --- a/proposals/graduated/firefly.md +++ b/proposals/graduated/firefly.md @@ -73,6 +73,7 @@ Upcoming FireFly feature releases are tracked with [GitHub Milestones](https://g > The project must include a comprehensive unit and integration test suite and document its coverage. Additional performance and scale test capability is desirable. All code in FireFly Core, shared libraries, FireFly Transaction Manager, and production FFTM-based connectors have 100% unit test coverage. + | Repo | Description | Coverage | | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [`firefly`](https://github.com/hyperledger/firefly) | FireFly Core code repo | [![codecov](https://codecov.io/gh/hyperledger/firefly/branch/main/graph/badge.svg?token=QdEnpMqB1G)](https://codecov.io/gh/hyperledger/firefly) |