Coveralls Ruby Versions Save

Coveralls for Ruby

v0.8.23

4 years ago

Thank you @y-yagi

v0.8.11

8 years ago
  • removed RestClient as a dependency. Thanks @mlarraz
  • less verbosity in CI logs. Thanks @kbrock

v0.8.10

8 years ago

v0.8.4

8 years ago

Coverage data is now cross-referenced with SimpleCov's :nocov: (skipped lines) sections before posting to Coveralls.

v0.8.3

8 years ago

Use TRAVIS_PULL_REQUEST for PR #.

Thanks @mlarraz!

v0.8.2

8 years ago

Switched from SSLv23 to TLSv1.

v0.8.1

8 years ago
  • updated SimpleCov
  • replaced MultiJson with standard JSON

Thank you @sferik and @nTraum!

v0.8.0

9 years ago

Regardless of your CI, you can now use generic env vars such as CI_PULL_REQUEST in addition to the automatically set ones.

v0.7.9

9 years ago

Added:

  • md5 hashing of source files in gem as source_digest parameter
  • COVERALLS_PARALLEL for merging parallel build support
  • Tddium (Solano Labs) CI support
  • license (@tagliala)
  • COVERALLS_ENDPOINT for https://enterprise.coveralls.io support
  • Appveyor CI support (@ianheggie)
  • Coveralls::Output.no_color to disable colorization.

Fixed:

  • SemaphoreApp sha details (@dontfidget)
  • deprecations
  • clear text repo token sometimes shown in logs (@amercier)

Full log: https://github.com/lemurheavy/coveralls-ruby/compare/v0.7.0...v0.7.9