muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
491 stars 39 forks source link

Add mutation snapshot to JSON report #280

Closed aim2120 closed 2 months ago

aim2120 commented 3 months ago

Description

The mutation snapshot data is left out of the JSON report. I'd like to suggest that it be included, since it's very useful information, especially when consuming the output of the muter tool programmatically.

Let me know if you have any thoughts, suggestions, or objections.

Thanks!

rakaramos commented 2 months ago

thanks @aim2120 , nice contribution!