Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

Improve the code coverage #24

Closed Aboisier closed 3 years ago

Aboisier commented 5 years ago

The code coverage is codecov (71% as of February 8th). This is pretty sad and ironic for a testing framework. It would be good to bring this up at least to 85%.

Aboisier commented 3 years ago

Kinda-fixed with #58 . Although this did not increase codecov's code coverage metric, I think it did increase my confidence when it comes to making changes to the codebase.