Skip to content

Commit 2fc6bd6

Browse files
authored
Tiny typo change (Codeception#234)
Changed from: `coverage`: pre suite To: `coverage`: per suite
1 parent 3cc7981 commit 2fc6bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ modules:
149149
* `env`: override any configuration per [environment](http://codeception.com/docs/07-AdvancedUsage#Environments).
150150
* `groups`: [groups](http://codeception.com/docs/07-AdvancedUsage#Groups) with the list of tests of for corresponding group.
151151
* `formats`: [formats](http://codeception.com/docs/07-AdvancedUsage#Formats) with the list of extra test format classes.
152-
* `coverage`: pre suite [CodeCoverage](http://codeception.com/docs/11-Codecoverage#Configuration) settings.
152+
* `coverage`: per suite [CodeCoverage](http://codeception.com/docs/11-Codecoverage#Configuration) settings.
153153
* `gherkin`: per suite [BDD Gherkin](http://codeception.com/docs/07-BDD#Configuration) settings.
154154
* `error_level`: [error level](http://codeception.com/docs/04-FunctionalTests#Error-Reporting) for runner in current suite. Should be specified for unit, integration, functional tests. Passes value to `error_reporting` function.
155155
* `bootstrap`: bootstrap script that will be executed before current suites. A script should be put into suite directory.

0 commit comments

Comments
 (0)