Skip to content

Commit

Permalink
fix mull cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Dec 23, 2024
1 parent 7218fc0 commit d2e2068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ mutators:
#- cxx_lt_to_le # Replaces < with <= # TODO(correaa) investigates why this mutant survices with the range.contains function
- cxx_mul_to_div # Replaces / with *
timeout: 1000 # in milliseconds
slowIRVerification: true
debug:
slowIRVerification: true
quiet: true # additional logging?
excludePaths:
- .*test.*

0 comments on commit d2e2068

Please sign in to comment.