From 013ff3754933726a1ff1aa40c01ba7117b420df6 Mon Sep 17 00:00:00 2001 From: Kilian Ciuffolo <385716+kilianc@users.noreply.github.com> Date: Mon, 20 May 2024 22:43:25 -0700 Subject: [PATCH] remove https://covergates.com/ (#5314) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 58b3ad9c..b8eb4877 100644 --- a/README.md +++ b/README.md @@ -2326,7 +2326,6 @@ _Libraries for testing codebases and generating test data._ - [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible. - [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests. - [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx. - - [covergates](https://github.com/covergates/covergates) - Self-hosted code coverage report review and management service. - [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework. - [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby. - [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files.