Skip to content

Commit 3bd13b2

Browse files
committed
ignore unused code in mutation testing
it's a code for 3+1 promotion. It will be refactored soon
1 parent 3ac2b57 commit 3bd13b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ecommerce/pricing/.mutant.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ matcher:
1010
ignore:
1111
- Pricing::Configuration*
1212
- Pricing::Test*
13-
- Pricing::OnCalculateTotalValue#call
14-
- Pricing::OnCalculateTotalValue#calculate_sub_amounts
13+
- Pricing::MakeProductFreeForOrderHandler*
14+
- Pricing::RemoveFreeProductFromOrderHandler*
15+
- Pricing::Offer::List*
16+
- Pricing::Offer::Product*
17+
- Pricing::Offer::FreeProduct*
18+
- Pricing::Offer#make_product_free
19+
- Pricing::Offer#remove_free_product

0 commit comments

Comments
 (0)