larafoundingteam / Lara

Private messaging app for n-1 messaging. Use case for is "Brother-At-Large" in some robert rules of order denominations.
GNU General Public License v3.0
2 stars 0 forks source link

CodeCoverage Addition #18

Open shoafj7917 opened 5 years ago

shoafj7917 commented 5 years ago

Added code coverage tool istanbul/nyc. Set the threshold to 50% for all checks this will most likely need to be raised once we start writing code. Changed the pipeline to have different jobs and more open to having more stages in the future. The pipeline runs code coverage, linting, and testing as separate commands