Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit e0ff57f

Browse files
authored
Split uploader from formatter (#130)
* Split uploader from formatter * Split uploader from formatter
1 parent e1b4e2f commit e0ff57f

7 files changed

Lines changed: 661 additions & 619 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `0.4.0`
2+
- # Split Ruby uploader from formatter
3+
14
### `0.3.0`
25
- #124 Ruby 3.0 support
36
- #125 open simplecov requirement to 0.21.x

codecov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = 'Hosted code coverage'
99
s.description = 'Hosted code coverage Ruby reporter.'
1010
s.email = ['hello@codecov.io']
11-
s.files = ['lib/codecov.rb', 'lib/codecov/version.rb']
11+
s.files = ['lib/codecov.rb', 'lib/codecov/formatter.rb', 'lib/codecov/uploader.rb', 'lib/codecov/version.rb']
1212
s.homepage = 'https://github.com/codecov/codecov-ruby'
1313
s.license = 'MIT'
1414
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)