Codeception
Codeception copied to clipboard
Codeception 5 does not load new coverage settings from codeception.yml
What are you trying to achieve?
Enable path coverage in configuration file
coverage:
enabled: true
path_coverage: true
What do you get instead?
Only configuration override using parameter -o 'c overage: path_coverage: true' works.
It must have been some misunderstanding, I retested setting path_coverage: true in codeception.yml and it works.