domohuhn / mutation-test

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

Improve tests #15

Closed domohuhn closed 1 year ago

domohuhn commented 2 years ago

The tests currently do not run code in several files (and codecov doesnot see them either):

domohuhn commented 1 year ago

More tests are visible. If the coverage should be increased, refactoring has to be done: Each interaction with the system should be behind an abstraction (writing files, executing a test command). Then, the test coverage can be improved.

domohuhn commented 1 year ago

Refacotrin is done and all files are visible now in codecov.