Skip to content

Exclude tests from state machine coverage

Andrew Smith requested to merge exclude-test-setup-from-coverage into master

Created by: smithster

Any transitions that a test makes for setup should be excluded from the coverage graph that gets generated when tests finish. Create a way to switch coverage collection on and off. Use that in ShopifyInteractions#transition_to! to ignore the transitions that tests make.

Merge request reports

Loading