I am trying to create a custom tab in my Build reports. I followed this link given under teamcity manual. But the tab simply does not appear for me. What am I doing wrong?
I see an entry being created in the config/main-config.xml like this. But still this does not help me showing the specific tab.
<report-tab title="Koverage" basePath="/usr/braga/helloworld" startPage="braga.html" />
By the way, I am trying to integrate the .html generated for rcov code coverage gme within my Rails project.