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.
Codeception
1 parent 126d4bc commit 84b4cf5Copy full SHA for 84b4cf5
README.md
@@ -12,6 +12,7 @@ Currently, it identifies the following:
12
- Psalm checks based on the presence of `psalm.xml.dist` or `psalm.xml` files.
13
- phpbench benchmarks based on the presence of a `phpbench.json`.
14
- Markdown documentation based on the presence of a `mkdocs.yml` and/or markdown files in the `doc/book/` or `doc/books/` trees.
15
+- Codeception checks based on the presence of `codeception.yml.dist` or `codeception.yml` files.
16
17
Further, when triggered by a `pull_request` event, it determines what checks are necessary based on which files were affected.
18
0 commit comments