"Source code is unavailable" for coverage on slave nodes
17 views
Skip to first unread message
Michał Łowicki
unread,
Mar 23, 2015, 11:37:57 AM3/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi,
How to configure Jenkins in order to be able to show source code in coverage reports if coverage.xml is generated on slave box? It works for projects where coverage.xml is generated on master box but for slaves it doesn't. I don't see <sources> element there.
Nir Bar
unread,
Mar 24, 2015, 5:00:51 PM3/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
What coverage tool are you using?
It depends on the tool/plugin you're using since some plugins will collect results to the master while others keep results on the slave node.