My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Html Reporter for BullseyeCoverage tool.

Please use 1.0.5 version if you have problems using Bullseye 8.0.X version.

  • Bullshtml 1.0.X version is faster than 0.5 version and supports hudson clover report officially.
You can integrate Bullseye coverage in Hudson using the clover formatted report(clover.xml) and Hudson clover plugin.

Release Note

BullseyeCoverage for C/C++ test coverage measurement is powerful to use from the very limited embedded systems to enterprise level applications. However, there is the lack of enough HTML reporting features. BullsHtml uses the bullseye coverage CLI command to get the coverage result and converts it into the Cobertura style html report (One of java test coverage tool).

How to use.

  1. install the binary
    • Prerequisite: Java 1.5 above.
    • Environment variable COVFILE should be set.
    • bullseye coverage binary directory must be in PATH.
  2. select the scope you want to generate html
  3. run it.
    • Windows : bullshtml.exe Option report_directory
    • Linux/Mac : bullshtml.sh Option report_directory
    • Option : -e source_encoding_name (Ex: -e UTF-8)
Powered by Google Project Hosting