This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### ` 0.2.3 `
2+ - Support uploads for jruby 9.1 and 9.2
3+
14### ` 0.2.2 `
25- Handle SocketError and better error handling of v4 failures
36
Original file line number Diff line number Diff line change 11# Codecov Ruby Uploader
22
3+ ## DEPRECATION WARNING
4+ All versions of the Ruby uploader prior to ` 0.2.0 ` will no longer be supported and will be removed from public use on or after * 2020-08-17* .
5+ Please upgrade to the latest versions to continue using this uploader.
6+
37[ ![ Codecov] ( https://codecov.io/github/codecov/codecov-ruby/coverage.svg?branch=master )] ( https://codecov.io/github/codecov/codecov-ruby?branch=master )
48[ ![ Gem Version] ( https://badge.fury.io/rb/codecov.svg )] ( https://badge.fury.io/rb/codecov.svg )
59[ ![ Build Status] ( https://secure.travis-ci.org/codecov/codecov-ruby.svg?branch=master )] ( http://travis-ci.org/codecov/codecov-ruby )
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |s |
44 s . name = 'codecov'
5- s . version = '0.2.2 '
5+ s . version = '0.2.3 '
66 s . platform = Gem ::Platform ::RUBY
77 s . authors = [ 'codecov' ]
88 s . email = [ 'hello@codecov.io' ]
Original file line number Diff line number Diff line change 88require 'zlib'
99
1010class SimpleCov ::Formatter ::Codecov
11- VERSION = '0.2.2 '
11+ VERSION = '0.2.3 '
1212
1313 ### CIs
1414 RECOGNIZED_CIS = [
You can’t perform that action at this time.
0 commit comments