-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Hey thank you for the great tool.
Right now I heavily using octocov
command in CLI usecase.
It might be more useful to have more information than overall coverage only.
For example Files
, Lines
, Covered
which printed in detail for Comment and Summary in GitHub Actions usecase.
$ octocov -r path/to/report
path/to/report
----------------------------------------
Coverage 93.0%
Files XXXX
Lines XXXX
Covered XXXX
and also are there any chance that I can change path/to/report
to something more shorter ?
Anyway thanks for great tools you make and keep up the good works.