CI Pipeline

Every project and package has a built-in CI pipeline that is automatically run with every commit to the repository, the settings of which are managed via the package.ml file. For details on the configuration, please visit the Package Configuration - pipeline page of the documentation.

View Test Results

After every commit the CI pipeline will run through all tests, and if unsuccessful will send you an e-mail with the results. You may also access all test results by viewing the repository within your web browser at https://code.apepxl.io/<AUTHOR>/<PACKAGE>/.

Once there, visit the "Revisions" tab, and click on any desired revision number you wish to view. The following page will contain a tab control containing basic information, all files updated / deleted, plus a tab consisting of the CI pipeline test results.