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

Commit 5e3dae3

Browse files
authored
Bump to 0.2.12 (#104)
1 parent 1c7b22c commit 5e3dae3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `0.2.12`
2+
- [#102](https://github.com/codecov/codecov-ruby/pull/102) Fix value of params[:pr] when useing CodeBuild
3+
14
### `0.2.11`
25
- Add vendor/ to invalid directories
36

codecov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.required_ruby_version = '>=2.4'
1414
s.summary = 'hosted code coverage ruby/rails reporter'
1515
s.test_files = ['test/test_codecov.rb']
16-
s.version = '0.2.11'
16+
s.version = '0.2.12'
1717

1818
s.add_dependency 'json'
1919
s.add_dependency 'simplecov'

lib/codecov.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'zlib'
88

99
class SimpleCov::Formatter::Codecov
10-
VERSION = '0.2.11'
10+
VERSION = '0.2.12'
1111

1212
### CIs
1313
RECOGNIZED_CIS = [

0 commit comments

Comments
 (0)