scottbishopdev / RoverInterviewProject

A project I completed in about two weeks while interviewing for Rover.com in 2018. This is a re-upload of my original Rover_Interview_Project repo.
GNU General Public License v3.0
0 stars 0 forks source link

Determine if we can generate a code coverage report from current tests #10

Open scottbishopdev opened 4 years ago

scottbishopdev commented 4 years ago

In addition to running our automated tests, we should also see if we're able to generate a code coverage report using Chai/Mocha. If it's possible, we should document the process here, and create any necessary issues to integrate the generation of the report into our CI process. We should also create issues for uploading the coverage report to Codedov and creating checks to ensure that code coverage only increases.

Note: This issue should not be started until issue #9 is completed.