domohuhn / mutation-test

Automated mutation testing for any programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve tests

domohuhn opened this issue · comments

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

  • html_reporter.dart
  • mutation_progress_bar.dart
  • mutation_test.dart
  • report_format.dart
  • test_runnner.dart

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.

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