Skip to content
/ bbcov Public

OpenCppCoverage BitBucket Server CodeCoverage Exporter

License

Notifications You must be signed in to change notification settings

bfierz/bbcov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCppCoverage BitBucket Server CodeCoverage Exporter

This exporter allows to generate line-coverage information for BitBucket Server according to this specification: https://marketplace.atlassian.com/apps/1218271/code-coverage-for-bitbucket-server?hosting=server&tab=overview

Build Instructions

The requirements are the same as for OpenCppCoverage. The repository contains a simple VS 2017 solution in the folder BitBucketCodeCoverage. Deploy the compiled plugin to the OpenCppCoverage plugin folder.

Usage

Add the export statement to the command-line of OpenCppCoverage:

--export_type BitBucketCodeCoverage:C:\path\to\root?output.json
  • The name of the plugin is BitBucketCodeCoverage
  • The first parameter after the : contains projects root folder. This is necessary as the BitBucket line coverage feature requires relatives paths
  • The second optional parameter after the ? denotes an optional name for the generated output file

About

OpenCppCoverage BitBucket Server CodeCoverage Exporter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages