From 9f5f7d0c105270b55f5ed293e3f520fd803cd2ca Mon Sep 17 00:00:00 2001 From: Cory Armbrecht Date: Mon, 6 Apr 2020 04:03:29 -0400 Subject: [PATCH] Removed Performance Warning, fixed by PR #98 Removed Performance Warning, which was fixed by PR #98 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b65e42dc..ca7b658e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ > Saves the code coverage collected during Cypress tests -**⚠️ Performance Warning** -This plugin will slow down your tests. There will be more web application JavaScript code to execute due to instrumentation, and there will be code coverage information to merge and save after each test. Track issue [#26](https://github.com/cypress-io/code-coverage/issues/26) for current progress. - ## Install ```shell