Skip to content

Commit 79905a7

Browse files
committed
Added codecov dependency
1 parent ab68427 commit 79905a7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ GEM
1919
byebug (11.0.1)
2020
codeclimate-engine-rb (0.4.1)
2121
virtus (~> 1.0)
22+
codecov (0.1.16)
23+
json
24+
simplecov
25+
url
2226
coercible (1.0.0)
2327
descendants_tracker (~> 0.0.1)
2428
descendants_tracker (0.0.4)
@@ -37,6 +41,7 @@ GEM
3741
sexp_processor (~> 4.8)
3842
ice_nine (0.11.2)
3943
jaro_winkler (1.5.4)
44+
json (2.3.0)
4045
kwalify (0.7.2)
4146
launchy (2.4.3)
4247
addressable (~> 2.3)
@@ -92,6 +97,7 @@ GEM
9297
thread_safe (0.3.6)
9398
tty-which (0.4.2)
9499
unicode-display_width (1.6.0)
100+
url (0.3.2)
95101
virtus (1.0.5)
96102
axiom-types (~> 0.1)
97103
coercible (~> 1.0)
@@ -104,6 +110,7 @@ PLATFORMS
104110
DEPENDENCIES
105111
bundler (~> 2.0)
106112
byebug (~> 11)
113+
codecov (~> 0.1.16)
107114
minitest (~> 5.8.4)
108115
minitest-around (~> 0.5.0)
109116
rake (~> 10.0)

skunk.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ Gem::Specification.new do |spec|
4848
spec.add_development_dependency "rubocop", "< 1.0"
4949
spec.add_development_dependency "simplecov", "~> 0.18.1"
5050
spec.add_development_dependency "simplecov-console", "0.5.0"
51+
spec.add_development_dependency "codecov", "~> 0.1.16"
5152
end

0 commit comments

Comments
 (0)