@@ -11,7 +11,7 @@ your `bitbucket-pipelines.yml` file:
11
11
12
12
``` yaml
13
13
script :
14
- - pipe : docker://lazyboy1 /reportgenerator-coverage-bitbucket-pipe:0.6
14
+ - pipe : docker://loremfoobar /reportgenerator-coverage-bitbucket-pipe:0.7.0
15
15
variables :
16
16
# BITBUCKET_USERNAME: "<string>" # Optional
17
17
# BITBUCKET_APP_PASSWORD: "<string>" # Optional
@@ -50,16 +50,19 @@ _(\*) = required variable._
50
50
51
51
### Code Coverage Files
52
52
53
- Code coverage files need to be present when the pipe runs. Different coverage tools exist
54
- for different languages/technologies. Whichever tool you use to create the coverage data,
55
- it needs to be in one of the formats supported by ReportGenerator, see
56
- [ ReportGenerator Supported File Formats] ( https://github.com/danielpalme/ReportGenerator#supported-input-and-output-file-formats ) .
53
+ Code coverage files need to be present when the pipe runs. Different coverage
54
+ tools exist for different languages/technologies. Whichever tool you use to
55
+ create the coverage data, it needs to be in one of the formats supported by
56
+ ReportGenerator, see
57
+ [ ReportGenerator Supported File Formats] ( https://github.com/danielpalme/ReportGenerator#supported-input-and-output-file-formats )
58
+ .
57
59
58
60
### App Password Required for Build Status
59
61
60
62
Build status will be created only if username and app password are provided.
61
63
To have this pipe create build status, you need to
62
- [ generate an app password] ( https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html ) .
64
+ [ generate an app password] ( https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html )
65
+ .
63
66
Only the Repositories Read permission is required.
64
67
65
68
## Uploading The Report
@@ -77,7 +80,7 @@ Basic example using secure variables for username and app password:
77
80
78
81
``` yaml
79
82
script :
80
- - pipe : docker://lazyboy1 /reportgenerator-coverage-bitbucket-pipe:0.6
83
+ - pipe : docker://loremfoobar /reportgenerator-coverage-bitbucket-pipe:0.7.0
81
84
variables :
82
85
BITBUCKET_USERNAME : $USERNAME
83
86
BITBUCKET_APP_PASSWORD : $APP_PASSWORD
@@ -89,7 +92,7 @@ Example with published report URL:
89
92
90
93
` ` ` yaml
91
94
script :
92
- - pipe : docker://lazyboy1 /reportgenerator-coverage-bitbucket-pipe:0.6
95
+ - pipe : docker://loremfoobar /reportgenerator-coverage-bitbucket-pipe:0.7.0
93
96
variables :
94
97
BITBUCKET_USERNAME : $USERNAME
95
98
BITBUCKET_APP_PASSWORD : $APP_PASSWORD
@@ -102,7 +105,7 @@ Example with extra arguments:
102
105
103
106
` ` ` yaml
104
107
script :
105
- - pipe : docker://lazyboy1 /reportgenerator-coverage-bitbucket-pipe:0.6
108
+ - pipe : docker://loremfoobar /reportgenerator-coverage-bitbucket-pipe:0.7.0
106
109
variables :
107
110
BITBUCKET_USERNAME : $USERNAME
108
111
BITBUCKET_APP_PASSWORD : $APP_PASSWORD
@@ -118,7 +121,7 @@ Example with build status creation temporarily disabled:
118
121
119
122
` ` ` yaml
120
123
script :
121
- - pipe : docker://lazyboy1 /reportgenerator-coverage-bitbucket-pipe:0.6
124
+ - pipe : docker://loremfoobar~~~~ /reportgenerator-coverage-bitbucket-pipe:0.7.0
122
125
variables :
123
126
BITBUCKET_USERNAME : $USERNAME
124
127
BITBUCKET_APP_PASSWORD : $APP_PASSWORD
@@ -127,7 +130,6 @@ script:
127
130
CREATE_BUILD_STATUS : " false"
128
131
` ` `
129
132
130
-
131
133
## Support
132
134
133
135
If you're reporting an issue, please include:
0 commit comments