domohuhn / mutation-test

Automated mutation testing for any programming language
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Using YAML as input file format #14

Open domohuhn opened 2 years ago

domohuhn commented 2 years ago

For most CI tools, YAML files are used as inputs. The binary should switch from xml files to YAML files as inputs, as its syntax is easier for humans to read and write.