Skip to content

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:

  1. 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.

  2. Codacy (https://www.codacy.com/) : We analyse the project code quality using Codacy.

  3. Better Code (https://bettercodehub.com/) : Used alongside Codacy to ensure the code quality of the project.

  4. 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.

Clone this wiki locally