Skip to content

Commit bb5472f

Browse files
authored
Merge pull request #15 from securenative/dev
Add codecov
2 parents 50bffa5 + d0af0c4 commit bb5472f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
require 'bundler/setup'
44
require 'webmock/rspec'
55
require 'simplecov'
6+
require 'codecov'
67

78
SimpleCov.start
9+
SimpleCov.formatter = SimpleCov::Formatter::Codecov
810

911
RSpec.configure do |config|
1012
# Enable flags like --only-failures and --next-failure

0 commit comments

Comments
 (0)