Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.24 KB

File metadata and controls

19 lines (15 loc) · 1.24 KB

Code quality

Having a good deployment pipeline with tests For projects that are deployed in an environment (test, staging or production) it is important to ensure that the quailty of code has been tested thoroughly. Why? Well for starters if your team is constantly contributing new code to a code base, then you will want to test all of those quick small changes. Dependencies, updates to libraries and other elements are all checked and cleared when you use . Today, many of these checks are automated, thereby taking the burden off of the developer and open source code tests do the trick.

Resources

Code quality can be measured by online software services like the following (add an integration to one of the softwares and add a badge):

Code coverage is measuring how much of your code is tested and can be measured by using something like Coveralls. Build checks can be done using the following: