Displaying NCover Results in Bamboo

Edit a Plan’s Existing Job:

  1. Navigate to the Job.
  2. Click the ‘Actions’ menu and click ‘Configure Job.’
  3. From the available tabs, select ‘Miscellaneous.’
  4. For the “Where should Bamboo look for the NCover code-coverage output?” setting, select “Command”

Command Configuration

  1. To configure “Executable”, click the “Add New Executable” link and add “NCoverConsole.exe”
  2. Add your NCover arguments, for example: “C:\Program Files\NUnit 2.5.10\bin\net-2.0\nunit-console.exe” myproj.csproj -xml=TestResult.xml //eas ListOfModules //x Coverage.xml

Questions? Comments?

Contact us.