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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,13 @@ to enable better overview over changes and enables automated tooling based on co
25
25
26
26
## Tests & test coverage
27
27
28
-
The test coverage goal is > 95%. Please try to add tests for everything you add to the codebase. If in doubt, you’re always welcome to open an issue and ask for help.
28
+
We try to test as much as possible. However, tests are only one indicator for a functioning codebase.
29
+
We do not aim to cover 100% of code, but use test coverage as a helpful indicator to point out code paths we should test.
30
+
31
+
Please do:
32
+
33
+
- try to add tests for everything you add to the codebase. If you're unsure about how to test, please open a pull request and ask for input so we can work on it together!
0 commit comments