Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 884 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 884 Bytes

TicTacToe Core

Build Status Code Climate Coverage Status

To play via CLI see https://github.com/bbuchalter/tictactoe_cli

Setup:

bundle install

Build:

rake

The build includes full test suite, code coverage analysis, and static code analysis. The build requires 100% coverage and 0 lint offenses.

Code coverage:

rake coverage

Build for every commit in master:

rake build_history

This may take some time.

Build for origin/master..origin:

rake build_since_push