Skip to content

Releases: lemurheavy/coveralls-ruby

Rails 6.0 compatibility

01 May 18:48
Compare
Choose a tag to compare

Gitlab CI support

26 Feb 19:03
Compare
Choose a tag to compare

Reduced dependencies, reduced log verbosity

19 Feb 20:16
Compare
Choose a tag to compare
  • removed RestClient as a dependency. Thanks @mlarraz
  • less verbosity in CI logs. Thanks @kbrock

Upgraded SimpleCov

30 Nov 21:49
Compare
Choose a tag to compare
v0.8.10

Version 0.8.10

:nocov: support

04 Nov 18:59
Compare
Choose a tag to compare

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

Better Travis PR # handling

02 Oct 02:43
Compare
Choose a tag to compare

Use TRAVIS_PULL_REQUEST for PR #.

Thanks @mlarraz!

TLSv1 support

23 Jun 18:32
Compare
Choose a tag to compare

Switched from SSLv23 to TLSv1.

Maintenance Release

20 Apr 21:30
Compare
Choose a tag to compare
  • updated SimpleCov
  • replaced MultiJson with standard JSON

Thank you @sferik and @nTraum!

Generic env vars

02 Apr 20:38
Compare
Choose a tag to compare

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

Parallel builds

03 Feb 23:34
Compare
Choose a tag to compare

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: v0.7.0...v0.7.9