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

Split uploader from formatter #130

Merged
merged 2 commits into from
Jan 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### `0.4.0`
- # Split Ruby uploader from formatter

### `0.3.0`
- #124 Ruby 3.0 support
- #125 open simplecov requirement to 0.21.x
Expand Down
2 changes: 1 addition & 1 deletion codecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.summary = 'Hosted code coverage'
s.description = 'Hosted code coverage Ruby reporter.'
s.email = ['[email protected]']
s.files = ['lib/codecov.rb', 'lib/codecov/version.rb']
s.files = ['lib/codecov.rb', 'lib/codecov/formatter.rb', 'lib/codecov/uploader.rb', 'lib/codecov/version.rb']
s.homepage = 'https://github.com/codecov/codecov-ruby'
s.license = 'MIT'
s.platform = Gem::Platform::RUBY
Expand Down
Loading