Commit Graph

9 Commits

Author SHA1 Message Date
Ken Dreyer 33834852c7 tests: make simplecov/coveralls optional
If we do not have SimpleCov or Coveralls installed, we should be able to
continue with the rest of the test suite.

This allows the tests to run outside of Bundler if SimpleCov or
Coveralls are not installed.
2014-06-11 16:54:08 -06:00
Marc Siegel ba48a08471 Exclude gems from coverage stats when locally vendored on Travis CI 2014-02-21 15:37:09 -05:00
Marc Siegel 389d2800fa Fix SimpleCov statistics, now that it depends on Docile
Need to un-require and then re-require Docile after SimpleCov is
loaded, so that it can measure test coverage of the library. This
is necessary since SimpleCov began to ship with Docile as a
dependency.
2014-02-21 15:10:13 -05:00
Alexey Vasiliev 0db2dd7795 fix dependency 2014-02-04 20:54:06 +02:00
Marc Siegel f4ae46b326 Exclude /spec/ from code coverage.
Weirdly, on coveralls.io, only Rubinius (rbx-19mode) shows a 1%
lack in coverage due to a line in docile_spec.rb. This should
ensure that the spec files are never measured for code coverage.
2013-07-07 19:09:04 -04:00
Marc Siegel a573b7aab5 Use SimpleCov in addition to publishing to Coveralls.io 2013-07-05 15:46:29 -04:00
Marc Siegel d3bb0a3102 Add setup for coveralls.io code coverage tool 2013-07-05 10:46:19 -04:00
doop fcdf0b82a1 Committing required 'singleton' library. 2013-04-01 12:48:31 +04:00
Marc Siegel 2a6452b432 simplest: instance_eval 2011-12-06 14:46:46 -05:00