Closed (fixed)
Project:
Drupal Coverage Core
Version:
8.x-1.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2016 at 09:58 UTC
Updated:
4 Nov 2019 at 14:49 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
jonathan1055 commentedComment #3
legovaerI'm not 100% sure but I think this issue is related to #2823702: Machine name is displayed for core modules. As soon as we fix that one, this one will be fixed as well.
Basically what happens in the background for core modules:
So I assume that during the execution of step 2, we are not storing the correct title of the module.
Comment #4
jonathan1055 commentedThanks Levi. I've done a bit more investigation and actually it is not related to #2823702: Machine name is displayed for core modules. The link to the report is created only from the branch text, which works for contrib modules. However, the branch value is not currently stored for Core modules, so the link is null. If I manually edit a Core analysis node and enter some text in the branch field, and refresh the cache then a link is produced (and is correct).
I know that the way we link to the module and the report might be changing via #2824537: Re-design build overview but in the short term I will see if it is easy to store the branch value for Core analysis nodes too, so that at least we get a link. We will need the branch for Core modules anyway, to allow us to progress with #2823705: Drupal 8 Support
Comment #5
jonathan1055 commentedIt is a simple case of adding 'branch' to the Core form and saving it to the analysis node, just as with contrib modules. The layout of the analysis node display will change, I am sure, but storing the branch field for core is required anyway, and this automatically gives us the link to the report that was missing.
Comment #7
legovaerThanks for this Jonathan!
Comment #9
jonathan1055 commentedUnassigning myself from this closed issues.