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

Commit 8188085

Browse files
authored
Merge pull request #61 from codecov/refactor-for-v4
Refactor for v4
2 parents 26de785 + 1f67456 commit 8188085

3 files changed

Lines changed: 229 additions & 190 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `0.1.17`
2+
3+
- refactor upload method and add more logging
4+
15
### `0.1.10`
26
- update numerous ci environments
37
- dont fail if cannot upload to codecov

codecov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'codecov'
5-
s.version = '0.1.16'
5+
s.version = '0.1.17'
66
s.platform = Gem::Platform::RUBY
77
s.authors = ['codecov']
88
s.email = ['hello@codecov.io']

0 commit comments

Comments
 (0)