circleci / bond

spying for tests
127 stars 28 forks source link

Improve the build setup - add code coverage test reports #10

Closed marcomorain closed 8 years ago

marcomorain commented 8 years ago
marcomorain commented 8 years ago

Example coverage:

https://circle-artifacts.com/gh/circleci/bond/28/artifacts/0/home/ubuntu/bond/target/coverage/bond/james.clj.html

cayennes commented 8 years ago

LGTM

marcomorain commented 8 years ago

Added tests to improve code coverage.

Before:

|      :name | :forms_percent | :lines_percent |
|------------+----------------+----------------|
| bond.james |        92.67 % |        89.47 % |
Files with 100% coverage: 0
screen shot 2015-10-16 at 14 32 12

After:

Forms covered: 100.00 %
Lines covered: 100.00 %
screen shot 2015-10-16 at 14 43 37