You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/multi_xml-0.9.1/.mutant.yml

22 lines
433 B

usage: opensource
integration:
name: minitest
includes:
- lib
- test
requires:
- multi_xml
- mutant/minitest/coverage
matcher:
subjects:
- MultiXML*
ignore:
# Platform-specific code path: only triggers on TruffleRuby. Mutant
# runs on MRI, so any mutation that touches the RUBY_ENGINE check
# produces the same observable behavior as the original.
- MultiXML::ParserResolution#skip_on_platform?