bitbucket_code_coverage

Creator: coderz1093

Last updated:

0 purchases

bitbucket_code_coverage Image
bitbucket_code_coverage Images

Languages

Categories

Add to Cart

Description:

bitbucket code coverage

bitbucket_code_coverage #


Converts coverage data from LCOV and publishes to Bitbucket server with
Bitbucket Server Code Coverage Plugin installed.
Usage #
Add bitbucket_code_coverage to dev_dependencies.
dev_dependencies:
bitbucket_code_coverage: ^0.0.1
copied to clipboard
Run the executable for a single coverage file.
pub run bitbucket_code_coverage \
--url http://localhost:7990 \
-u <username> \
-p <password> \
post \
-c <commit_id> \
-f build/lcov.info
copied to clipboard
In order to publish data from multiple coverage files use --file-pattern option. If you would
like to use Personal Access Token you can do so by passing it to -t option.
pub run bitbucket_code_coverage \
--url http://localhost:7990 \
-t <personal_access_token> \
post \
-c <commit_id> \
--file-pattern **/lcov.info
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.