File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/DotNet.CodeCoverage.BitbucketPipe Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ your `bitbucket-pipelines.yml` file:
1111
1212``` yaml
1313script :
14- - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2 .0
14+ - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3 .0
1515 variables :
1616 BITBUCKET_OAUTH_KEY : " <string>"
1717 BITBUCKET_OAUTH_SECRET : " <string>"
@@ -86,7 +86,7 @@ Basic example using secure variables for OAuth:
8686
8787``` yaml
8888script :
89- - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2 .0
89+ - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3 .0
9090 variables :
9191 BITBUCKET_OAUTH_KEY : $OAUTH_KEY
9292 BITBUCKET_OAUTH_SECRET : $OAUTH_SECRET
@@ -98,7 +98,7 @@ Example with published report URL:
9898
9999` ` ` yaml
100100script :
101- - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2 .0
101+ - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3 .0
102102 variables :
103103 BITBUCKET_OAUTH_KEY : $OAUTH_KEY
104104 BITBUCKET_OAUTH_SECRET : $OAUTH_SECRET
@@ -111,7 +111,7 @@ Example with extra arguments:
111111
112112` ` ` yaml
113113script :
114- - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2 .0
114+ - pipe : docker://lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3 .0
115115 variables :
116116 BITBUCKET_OAUTH_KEY : $OAUTH_KEY
117117 BITBUCKET_OAUTH_SECRET : $OAUTH_SECRET
Original file line number Diff line number Diff line change 11name : .NET Coverage Report
2- image : lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.2 .0
2+ image : lazyboy1/dotnet-coverage-report-bitbucket-pipe:0.3 .0
33description : Generate coverage report and a build status based on coverage requirements
44category : Testing
55repository : https://github.com/lazyboy1/dotnet-coverage-report-bitbucket-pipe
Original file line number Diff line number Diff line change 44 <TargetFramework >netcoreapp3.1</TargetFramework >
55 <OutputType >Exe</OutputType >
66 <Nullable >enable</Nullable >
7-
8- <Version >0.2 .0</Version >
7+
8+ <Version >0.3 .0</Version >
99 </PropertyGroup >
1010
1111 <ItemGroup >
1717 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.0.1" />
1818 <PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
1919 </ItemGroup >
20-
20+
2121</Project >
You can’t perform that action at this time.
0 commit comments