Tools used in Skosmos development - NatLibFi/Skosmos GitHub Wiki
We use many tools and services to support Skosmos development. The most up-to-date grading of Skosmos by these pieces of software is displayed on the landing page of this repository as badges.
Here's a listing of tools we use:
|
GitHub Actions automates workflows for building, testing and validating code helping streamline development processes (including running Cypress and PHPUnit tests). |
|
Quay.io is a container registry that allows a developer team to store, manage and securely distribute container images (releases). |
|
Lokalise helps manage translations and localization workflows enabling efficient maintenance and updates of multilingual content in a centralized way. |
|
Codecov helps a developer team understand how well their tests (unit and integration tests) cover the codebase and highlights changes in coverage. |
|
Scrutinizer analyzes code quality and provides numeric insights and recommendations to help a developer team maintain reliable code. |
|
SonarCloud analyzes code to help developrs identify bugs and vulnerabilities. |
|
Qlty offers feedback on code quality and structure helping maintain a consistent codebase. |