From 0f0b8a233d9a2fc3c47e7e21e0075f46f0afd906 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 11 Sep 2023 08:07:22 +1000 Subject: [PATCH] revert: #560 (#561) On second thought, we can make testing web pages a priority after v1. --- .github/codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index c37e4853e8f7..cb06b78f05c9 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -8,5 +8,4 @@ coverage: default: informational: true ignore: - - "components" - - "islands" \ No newline at end of file + - "**/*.tsx" \ No newline at end of file