preslavmihaylov / todocheck

A static code analyser for annotated TODO comments
MIT License
426 stars 42 forks source link

Increase unit test coverage #173

Open preslavmihaylov opened 3 years ago

preslavmihaylov commented 3 years ago

In order to submit this project for some of the curated go projects, we'll need to ensure a decent code coverage report. Currently, we don't have one since our integration tests are setup in a way that they test the application as a blackbox, which prevents us from having code coverage.

I'll welcome any PR which adds a new unit test & increases the code coverage.