We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7950ae commit 6c01090Copy full SHA for 6c01090
spec/spec_helper.rb
@@ -1,8 +1,6 @@
1
require 'simplecov'
2
3
if ENV['CIRCLE_ARTIFACTS']
4
- dir = File.join("..", "..", "..", ENV['CIRCLE_ARTIFACTS'], "coverage")
5
- SimpleCov.coverage_dir(dir)
6
SimpleCov.start
7
end
8
SimpleCov.start 'rails' do
0 commit comments