You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code coverage report, Low coverage code is reported as < 35%, and high coverage as > 70%. Our company standards require low coverage to be < 30% and high coverage to be > 60%. There was no obvious documentation about how to change these thresholds.
What are you trying to achieve?
In the code coverage report, Low coverage code is reported as < 35%, and high coverage as > 70%. Our company standards require low coverage to be < 30% and high coverage to be > 60%. There was no obvious documentation about how to change these thresholds.
The code coverage documentation here: http://codeception.com/docs/11-Codecoverage does not mention anything.
What do you get instead?
After reading the source code and some experimentation I found that these values could be overridden in the codeception.yml config file as follows:
I suggest updating the documentation page http://codeception.com/docs/11-Codecoverage and perhaps the reference page http://codeception.com/docs/reference/Configuration to cover this.
Details
composer show
): Not relevantThe text was updated successfully, but these errors were encountered: