You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ We have a sophisticated CI process setup which gets run on every PR. You must pa
53
53
- You can run `yarn typecheck` in any package or in the root.
54
54
- Ensure your changes are adequately tested.
55
55
- You can run `yarn test` in any package.
56
+
-[VS Code launch tasks](https://code.visualstudio.com/docs/editor/tasks) tasks are provided that allow [visual debugging](https://code.visualstudio.com/docs/editor/debugging) tests
56
57
- We aim for around `90%` branch coverage for every PR.
57
58
- Coverage reports should automatically be generated locally, and 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.
0 commit comments