-
-
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
Allow the link to the file in the comments to be changed to an HTML file to check the line of coverage #161
Comments
For example. If octocov could provide a mechanism to replace Line 180 in bd6c381
fmt.Sprintf("%s/%s", yourExternalServerPrefix, f.Filename) , would that satisfy your request?
|
Yes, I do. |
Hi @k1LoW |
No particular progress. |
We have not been able to find a definitive solution for generating custom links. "Is it enough to just customize the link anyway?" I don't have a good answer to the question. I am waiting for us to come up with the next idea that will lead to the next step. |
Do you have any concerns about adopting the means described here? |
Yes, I have. I consider the following
|
I see. Thank you for your reply! |
How about handling URLs as an attribute of custom metrics? |
We cannot afford to forget the three default metrics. |
Proposal
Some coverage tools output reports in html to check coverage lines.
I want to change the file link destination for the code coverage of the files in the scope of the pull request.
Issue
Need to change the link to an external server
It may be necessary to generate URLs from the path of changed files only for reports that can be handled.
The text was updated successfully, but these errors were encountered: