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
To proceed with refactoring, it is necessary to ensure the current behavior through unit tests. First, create unit tests for functions that are not covered by test coverage. Since unit tests are created incrementally, it is expected that multiple pull requests will be made.
You can check the unit test coverage with the following command.
$ maketest
$ opencoverage.html
The text was updated successfully, but these errors were encountered:
To proceed with refactoring, it is necessary to ensure the current behavior through unit tests. First, create unit tests for functions that are not covered by test coverage. Since unit tests are created incrementally, it is expected that multiple pull requests will be made.
You can check the unit test coverage with the following command.
The text was updated successfully, but these errors were encountered: