Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 230 Bytes

Triomino Core

Triomino Core with command-line application.

Tests

Dependencies:

  • lcov
    • macos: brew install lcov
dart test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html