We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705370a commit ee158a6Copy full SHA for ee158a6
docs/contributing/Local_Development.mdx
@@ -64,7 +64,7 @@ You can run `yarn test` in any package to run its tests.
64
#### Code Coverage
65
66
We aim for 100% code coverage in all PRs when possible, except in the `website/` package.
67
-Coverage reports are be generated locally whenever `yarn test` is run.
+Coverage reports are generated locally whenever `yarn test` is run.
68
69
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.
70
0 commit comments