Codeception icon indicating copy to clipboard operation
Codeception copied to clipboard

Codeception 5 does not load new coverage settings from codeception.yml

Open Naktibalda opened this issue 3 years ago • 0 comments

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.

Naktibalda avatar Aug 07 '22 11:08 Naktibalda

It must have been some misunderstanding, I retested setting path_coverage: true in codeception.yml and it works.

Naktibalda avatar Aug 13 '22 18:08 Naktibalda