Continuous integration (CI)#
We use GitHub Actions to ensure that orix
can be installed on Windows, macOS and Linux (Ubuntu).
After a successful installation, the CI server runs the tests.
After the tests return no errors, code coverage is reported to Coveralls.
Add "[skip ci"]
to a commit message to skip this workflow on any commit to a pull
request.