Skip to content

Commit

Permalink
Set up test coverage for the graphql-guard code only
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Jun 29, 2018
1 parent a749f25 commit c1b8292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
ENV['GRAPHQL_RUBY_VERSION'] ||= '1_8'

if ENV['CI']
require 'simplecov'
SimpleCov.add_filter('lib/graphql')
require 'coveralls'
Coveralls.wear!
end
Expand Down

0 comments on commit c1b8292

Please sign in to comment.