TylerJDev / YouTube-Timestamps

A plugin which tracks YouTube timestamps. Never lose track of what timestamp you're on again! ⏱️
6 stars 1 forks source link

Improve testing #16

Open TylerJDev opened 4 years ago

TylerJDev commented 4 years ago

Testing needs to be further improved Currently, the tests does not cover much of the code base, which is an issue for maintenance and new features.

As an improvement, I should work on getting tests to cover current methods used in production, as well as ensure testing is done for any and all new features.

I should look for ways to better show the code coverage overall, and ensure a process is setup so no code is pushed into production unless all tests have passed.