YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Clarify the necessity of '--lib' in coverage #276

Closed maxiaohao closed 6 years ago

maxiaohao commented 10 years ago

To get a correct coverage report, the source code set that is tested should be explicitly specified by --lib (in command line) or commonLib/lib (in descriptor).