Continuous Integration Workflows
QualityControl project makes use of two workflows.
- Checks that tests of the project are running successfully on two virtual machines:
- Make sure that the proposed changes are not reducing the current code-coverage percent
- Sends a code coverage report to CodeCov
- Releases a new version of the project to the NPM Registry under the tag @aliceo2/qc
- Builds a
tgz
file which contains an archive of the project. This can than be used for local repositories installations