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

Commit

Permalink
Bump to 0.2.12 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Oct 9, 2020
1 parent 1c7b22c commit 5e3dae3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### `0.2.12`
- [#102](https://github.com/codecov/codecov-ruby/pull/102) Fix value of params[:pr] when useing CodeBuild

### `0.2.11`
- Add vendor/ to invalid directories

Expand Down
2 changes: 1 addition & 1 deletion codecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>=2.4'
s.summary = 'hosted code coverage ruby/rails reporter'
s.test_files = ['test/test_codecov.rb']
s.version = '0.2.11'
s.version = '0.2.12'

s.add_dependency 'json'
s.add_dependency 'simplecov'
Expand Down
2 changes: 1 addition & 1 deletion lib/codecov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'zlib'

class SimpleCov::Formatter::Codecov
VERSION = '0.2.11'
VERSION = '0.2.12'

### CIs
RECOGNIZED_CIS = [
Expand Down

0 comments on commit 5e3dae3

Please sign in to comment.