frc-frecon / frecon

An API for building scouting apps for FRC competitions
MIT License
3 stars 0 forks source link

Actually Generate Coverage Reports #88

Closed rye closed 8 years ago

rye commented 8 years ago

Coverage is generated partially by detecting which files are required at the start of the tests. By explicitly requiring frecon before starting SimpleCov, we were basically acting like there was no coverage data available.

This is the resolution: (i) don't require frecon in the spec_helper.rb file, but rather (ii) require the component to be tested at the start of that spec.

This PR connects to #86.

rye commented 8 years ago

Should bump version to 1.3.1 because of the monkey patch change.

rye commented 8 years ago

Looks good to me. :shipit: