TomasVotruba / lines

CLI tool for quick size measure of PHP project, runs anywhere
https://tomasvotruba.com/blog/easy-and-quick-way-to-measure-lines-of-code-in-php
MIT License
163 stars 4 forks source link

Add Number of Tests to Measure Results #36

Closed JosephLeedy closed 11 months ago

JosephLeedy commented 1 year ago

Thanks for the great tool! I've been looking for something like this since PHPLOC was abandoned.

It would great to have a line item in the output of lines measure to show how many tests were found so that the quality of a codebase can be quickly assessed.

TomasVotruba commented 1 year ago

That sounds good :+1: Just my time for open-source is limited and fully invested elsewhere.

Would you like to contribute this feature?

JosephLeedy commented 11 months ago

Apologies for the delay in responding. I'd love to implement this, if I only had the time. Maybe someone else will come along and pick it up in the meantime.

TomasVotruba commented 11 months ago

Sure, feel free to propose PR when ready. Let's close for now as accepted :+1: