-
Notifications
You must be signed in to change notification settings - Fork 10
Project Quality Certifications
GuruPrasad edited this page Jul 26, 2018
·
1 revision
We have integrated with external services, to determine the project code quality and test coverage:
-
Travis CI (https://travis-ci.org/) : We use this Travis Continuous Integration for ensuring the working builds after every commit and also use this for deploying our microservices.
-
Codacy (https://www.codacy.com/) : We analyse the project code quality using Codacy.
-
Better Code (https://bettercodehub.com/) : Used alongside Codacy to ensure the code quality of the project.
-
Codecov (https://codecov.io/): Codecov is used to analyse the percentage of test coverage. For details of its integration refer to the github issue https://github.com/dice-group/sask/issues/59.