Get list of undocumented statements #1378
EdwardMoyse
started this conversation in
General
Replies: 1 comment
-
|
Yes, it could be an enhancement of this command : in the last line of the terminal output, get a list of failing files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our project we sometimes get PRs failing CI because the coverage is less than 100%. Is there any way to get a report on the undocumented "statements"?
As a concrete example, for the case given in the coverage documentation,
MediaQueryServiceis 60% documented. Is there a way to get a list of what is missing? Or easily show it in the html (scrolling through big classes can be pretty painful).Beta Was this translation helpful? Give feedback.
All reactions