Some of the testsuite tests have an option code coverage enabled. This option allows knowing which part of the code has been tested by the testsuite, and which part of the code remains untested.
Some of the testsuite tests have an option code coverage enabled. This option allows knowing which part of the code has been tested by the testsuite, and which part of the code remains untested.
The code coverage helps to relate novelties or changes in the code to the testsuite tests. Thus, we can detect if a change in the code will be evaluated by the testsuite. If you wish to contribute to Alya, we will ask you to design and set up a test that checks the part of the codes that have been added or modified, or we reserve the right to reject your contribution.