bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

updates to work better with travis #99

Closed jdoconnor closed 10 years ago

jdoconnor commented 10 years ago

@darbyfrey @kylecrum @voxtex

Travis was not correctly calculating the code coverage because by default, the vendor path (where it puts the gems) are included. This fixes it so that we can use statements like

# fail once the test coverage gets below an accepted amount
SimpleCov.minimum_coverage 95
kylecrum commented 10 years ago

+1