Skip to content

Commit

Permalink
Adiciona SimpleCov
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-fernandes committed Nov 27, 2017
1 parent 64997a1 commit fce20b9
Show file tree
Hide file tree
Showing 31 changed files with 3,858 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ group :development, :test do
gem 'rspec-rails', '~> 3.6'
gem 'factory_bot_rails'
gem 'faker', :git => 'https://github.com/stympy/faker.git', :branch => 'master'
gem 'simplecov'
end

group :test do
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.1.5)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (4.8.2)
Expand All @@ -94,6 +95,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.1.0)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
Expand Down Expand Up @@ -190,6 +192,11 @@ GEM
tilt (>= 1.1, < 3)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
Expand Down Expand Up @@ -241,6 +248,7 @@ DEPENDENCIES
rspec-rails (~> 3.6)
sass-rails (~> 5.0)
shoulda-matchers (~> 3.1)
simplecov
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data
Expand Down
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"covered_percent": 100.0
}
}
150 changes: 150 additions & 0 deletions coverage/.resultset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
{
"RSpec": {
"coverage": {
"/home/rafael/ES022017/app/controllers/static_pages_controller.rb": [
1,
1,
null,
null
],
"/home/rafael/ES022017/app/controllers/application_controller.rb": [
1,
1,
null
],
"/home/rafael/ES022017/spec/helpers/static_pages_helper_spec.rb": [
1,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
1,
1,
null
],
"/home/rafael/ES022017/spec/models/episode_spec.rb": [
1,
null,
1,
2,
null,
2,
2,
2,
null,
1,
1,
null,
null,
null
],
"/home/rafael/ES022017/app/models/episode.rb": [
1,
1,
null,
1,
1,
1,
null
],
"/home/rafael/ES022017/spec/models/favorite_spec.rb": [
1,
null,
1,
2,
2,
null
],
"/home/rafael/ES022017/app/models/favorite.rb": [
1,
1,
1,
null
],
"/home/rafael/ES022017/spec/models/season_spec.rb": [
1,
null,
1,
2,
null,
2,
2,
null,
1,
1,
null,
null,
null
],
"/home/rafael/ES022017/app/models/season.rb": [
1,
1,
null,
1,
1,
null
],
"/home/rafael/ES022017/spec/models/series_list_spec.rb": [
1,
null,
1,
2,
2,
null
],
"/home/rafael/ES022017/app/models/series_list.rb": [
1,
1,
1,
1,
null
],
"/home/rafael/ES022017/spec/models/series_spec.rb": [
1,
null,
1,
2,
2,
2,
null,
2,
null
],
"/home/rafael/ES022017/app/models/series.rb": [
1,
1,
null,
1,
1,
1,
null
],
"/home/rafael/ES022017/spec/models/user_spec.rb": [
1,
null,
1,
2,
null,
2,
2,
2,
null
],
"/home/rafael/ES022017/spec/views/static_pages/home.html.erb_spec.rb": [
1,
null,
1,
1,
null
]
},
"timestamp": 1511750532
}
}
Empty file added coverage/.resultset.json.lock
Empty file.
Loading

0 comments on commit fce20b9

Please sign in to comment.