Releases: lemurheavy/coveralls-ruby
Releases · lemurheavy/coveralls-ruby
Rails 6.0 compatibility
Thank you @y-yagi
Gitlab CI support
Reduced dependencies, reduced log verbosity
Upgraded SimpleCov
v0.8.10 Version 0.8.10
:nocov: support
Coverage data is now cross-referenced with SimpleCov's :nocov: (skipped lines) sections before posting to Coveralls.
Better Travis PR # handling
Use TRAVIS_PULL_REQUEST
for PR #.
Thanks @mlarraz!
TLSv1 support
Switched from SSLv23 to TLSv1.
Maintenance Release
Generic env vars
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
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