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: open-bot.yaml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,11 +96,13 @@ rules:
96
96
comment:
97
97
identifier: "tests-result"
98
98
message: |-
99
-
It looks like this Pull Request doesn't include [enough test cases]({{status.target_url}}).
99
+
It looks like this Pull Request doesn't include [enough test cases]({{status.target_url}}) (based on Code Coverage analysis of the PR diff).
100
100
101
-
@{{issue.user.login}} Please add more test cases.
101
+
A PR need to be covered by tests if you add a new feature (we want to make sure that your feature is working) or if you fix a bug (we want to make sure that we don't run into a regression in future).
102
102
103
-
See [test readme](https://github.com/webpack/webpack/blob/master/test/README.md) for details how to write test cases.
103
+
@{{issue.user.login}} Please check if this is appliable to your PR and if you can add more test cases.
104
+
105
+
Read the [test readme](https://github.com/webpack/webpack/blob/master/test/README.md) for details how to write test cases.
0 commit comments