Skip to content

Commit 25368ba

Browse files
committed
Clarify README.md
1 parent 2703c91 commit 25368ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ where
3030
* `testDir` - folder, where tests are located. Make sure to set it correctly, otherwise bot will not be able to understand whether the test file was added or not.
3131
* `testPattern` - a shell glob pattern that should match test files. For example, you can set it to `testPattern: *_test.go` and Bot will be able to understand, that added test has this pattern instead of located in `testDir`. `testDir` and `testPattern` are alternatives, however can be used together.
3232

33-
Both `testDir` and `testPattern` may be specified in a custom configuration, both settings will be used to locate test files.
34-
If you want to change any of the settings, just add `.github/tests_checker.yml`:
35-
36-
How to override? You can configure the action by overriding any of the settings listed below
33+
How to override? You can configure the action by overriding any of the settings listed above.
3734

3835
```yaml
3936
- name: Require tests if source code is changed

0 commit comments

Comments
 (0)