Download the PHP package fr05t1k/clover-to-bitbucket without Composer
On this page you can find all versions of the php package fr05t1k/clover-to-bitbucket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fr05t1k/clover-to-bitbucket
More information about fr05t1k/clover-to-bitbucket
Files in fr05t1k/clover-to-bitbucket
Package clover-to-bitbucket
Short Description Report clover coverage to bitbucket
License Apache-2.0
Informations about the package clover-to-bitbucket
Bitbucket Code Coverage
PHP command to convert and publish coverage data to BitBucket server.
This is useful when you want to display clover test coverage information in the diff inside your pull requests.
Get the plugin for bitbucket here: https://bitbucket.org/atlassian/bitbucket-code-coverage
Install and call this command after your tests have have run.
Usage:
clover-to-bitbucket coverage:report \
<coverage.file> \
<bitbucket.url> \
<bitbucket.user> \
<bitbucket.password> \
<bitbucket.commit.id> \
[<project.directory>]
The last parameter is optional and defaults to the current working directory. This is used to convert the absolute paths in the clover xml to paths relative to the repository root.
For authenticating with bitbucket you can use a username and password, or create a personal access token and use that as the password. Only read access is required.
How to create a token: https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html
All versions of clover-to-bitbucket with dependencies
symfony/console Version >=3.2 <5.0
nategood/httpful Version ^0.2.20
ext-simplexml Version *
ext-json Version *