bitbucket_code_coverage 0.0.1 copy "bitbucket_code_coverage: ^0.0.1" to clipboard
bitbucket_code_coverage: ^0.0.1 copied to clipboard

outdated

Converts coverage data from LCOV and publishes to Bitbucket server with https://bitbucket.org/atlassian/bitbucket-code-coverage plugin installed.

bitbucket_code_coverage #

Build Status codecov

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

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

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
0
likes
30
pub points
6%
popularity

Publisher

unverified uploader

Converts coverage data from LCOV and publishes to Bitbucket server with https://bitbucket.org/atlassian/bitbucket-code-coverage plugin installed.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

args, collection, glob, http, json_annotation, lcov, logging, meta, path, quiver

More

Packages that depend on bitbucket_code_coverage