Closed terabytesoftw closed 9 months ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
New Input for Workflow File
A new input named 'codeception-command' has been added to the workflow file at .github/workflows/codeception.yml
. This allows for additional instructions to be given to Codeception, a testing tool used to improve our software.
Introduction of New Testing Step There is now a new step that uses Codeception to run tests. This not only checks the functionality of the software but also measures code coverage, a parameter that gives us a percentage representation of how much of our application's code is being tested. The value of the new 'codeception-command' input is utilized in this step, providing flexibility in how these tests and measurements are conducted.