I am using this action for generate a report from xml coverage. After the project size increased, I started thinking about hiding 100 percent covered lines in this report. However, after studying the documentation, I found that hiding covered lines is not available. So i decided to add this feature manually.
Coverage itself does not have such functionality. Here is a comment from a Coverage developer about adding such functionality: PR. He suggested making changes specifically to the program that displays reports (in this case this action).
Here is an example before and after using the new parameter:
I am using this action for generate a report from xml coverage. After the project size increased, I started thinking about hiding 100 percent covered lines in this report. However, after studying the documentation, I found that hiding covered lines is not available. So i decided to add this feature manually.
Coverage itself does not have such functionality. Here is a comment from a Coverage developer about adding such functionality: PR. He suggested making changes specifically to the program that displays reports (in this case this action).
Here is an example before and after using the new parameter:
Before:
After:
Full covered file: