Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.08 KB

Alt text Bowling Score Card - TDD

Implementation of a bowling score card. Reference for Unit Testing lab for FSE Fall 2015 at CMU-SV.

Install

  1. Install needed tools using: npm install -g grunt-cli mocha istanbul
  2. Install needed dependencies using: npm install

Tests results

  • grunt test

Coverage results

  • grunt coverage
  • The results with be in coverage/lcov-report/index.html Alt text

Shippable integration - CI

Alt text

  • Link your account with shippable by following Step 3: Enable CI/CD for repos.

  • After the account is linked, when you push changes to the repo shippable will run your tests and code coverage.

  • You can see the results under Tests and Coverage.

Test Results

Alt text

Code Coverage

Alt text