Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit faf4b53

Browse files
committed
Disable coveralls from the cukes.
That last commit improved the coveralls percent but the results are still a bit odd. In our cukes, the rspec code is only run in a separate process started by aruba using the rspec command. I don't think that our cukes provide useful info about the coverage percent due to the separate processes.
1 parent 88c1747 commit faf4b53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

features/support/env.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@
1212
end
1313
end if RUBY_PLATFORM == 'java'
1414

15-
require 'coveralls'
16-
Coveralls.wear! do
17-
add_filter '/bundle/'
18-
end

0 commit comments

Comments
 (0)