Skip to content

Commit

Permalink
Feature test for not printing coverage violations!
Browse files Browse the repository at this point in the history
Currently waiting to hear about: grosser/parallel_tests#772
  • Loading branch information
PragTob committed Aug 12, 2020
1 parent 0cecc37 commit ee17c98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions features/parallel_tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,17 @@ Feature:
"""
When I open the coverage report generated with `bundle exec parallel_rspec spec`
Then I should see the branch coverage results for the parallel tests project

# Our detection doesn't work at the moment see https://github.com/grosser/parallel_tests/issues/772
@wip
Scenario: Coverage violations aren't printed until the end
Given I install dependencies
And SimpleCov for RSpec is configured with:
"""
require 'simplecov'
SimpleCov.start do
minimum_coverage 89
end
"""
When I successfully run `bundle exec parallel_rspec spec`
Then the output should not match /+cover.+below.+minimum/

0 comments on commit ee17c98

Please sign in to comment.