From 1417562740d38eee8d264d57cc1e5c817c073082 Mon Sep 17 00:00:00 2001 From: Kirk Waiblinger Date: Wed, 6 Dec 2023 16:24:45 -0700 Subject: [PATCH] are --- docs/contributing/Local_Development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Local_Development.mdx b/docs/contributing/Local_Development.mdx index 9b76bdb69b6b..725e9354b32e 100644 --- a/docs/contributing/Local_Development.mdx +++ b/docs/contributing/Local_Development.mdx @@ -64,7 +64,7 @@ You can run `yarn test` in any package to run its tests. #### Code Coverage We aim for 100% code coverage in all PRs when possible, except in the `website/` package. -Coverage reports are be generated locally whenever `yarn test` is run. +Coverage reports are generated locally whenever `yarn test` is run. The `codecov` bot should also comment on your PR with the percentage, as well as links to the line-by-line coverage of each file touched by your PR.