-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] octocov
to show more information
#374
Comments
octocov
to show comment mode or summary modeoctocov
to show more information
@omuomugin Thank you for your request!
Now, the detailed information function is split between
No arguments needed if .octocov.yml is located with the correct information. In particular, it would be good to set Also, if set up correctly, the Code to Test Ratio can be checked locally. For example, in the octocov repository, the following is shown. ~/src/github.com/k1LoW/octocov (main)> octocov
main (6ce51bb)
--------------------------------------
Coverage 50.2%
Code to Test Ratio 1:0.6
~/src/github.com/k1LoW/octocov (main)> |
OK, I understand that.
Thanks for further information, I'll try setting coverage.paths: too. |
fmfm. I'll give it some consideration 👍 |
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.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.
The text was updated successfully, but these errors were encountered: