domohuhn / mutation-test

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

Show detected mutations in report #16

Closed domohuhn closed 2 years ago

domohuhn commented 2 years ago

The reports currently only show the undetected mutations in the files. Showing all mutations gives a better picture in the reports.

domohuhn commented 2 years ago

Done