Skip to content

Commit

Permalink
Added coverlet coverage collector (not working on preview 6 yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jun 27, 2019
1 parent 6de3670 commit 920354f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<PackageReference Update="Rocket.Surgery.Extensions.Testing" Version="1.1.8" />
<PackageReference Update="Autofac.Extras.FakeItEasy" Version="5.0.1" />
<PackageReference Update="Bogus" Version="27.0.1" />
<PackageReference Update="coverlet.collector" Version="1.0.0" />
<PackageReference Update="coverlet.msbuild" Version="2.6.2" />
<PackageReference Update="FakeItEasy" Version="5.1.1" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="5.1.1" />
Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

| Build | Test | Release |
|---|---|---|
| [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/RocketSurgeonsGuild/Azure/master.svg?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/RocketSurgeonsGuild/Azure) | [![Codecov](https://img.shields.io/codecov/c/gh/RocketSurgeonsGuild/Azure/master.svg?style=flat-square)](https://codecov.io/gh/RocketSurgeonsGuild/Azure?style=flat-square) | [![GitHub tag](https://img.shields.io/github/tag/RocketSurgeonsGuild/Azure.svg?style=flat-square)](https://github.com/RocketSurgeonsGuild/Azure/tags) |
| [![Azure Pipelines Build Status](https://img.shields.io/vso/build/RocketSurgeonsGuild/Libraries/RSG.Azure.svg?logo=visualstudiocode&style=flat-square)](https://rocketsurgeonsguild.visualstudio.com/Libraries/_build?definitionId=14) | [![AppVeyor tests branch](https://img.shields.io/appveyor/tests/RocketSurgeonsGuild/Azure/master.svg?style=flat-square)]() | ![NuGet](https://img.shields.io/nuget/v/Rocket.Surgery.Azure.Functions.svg) |
| |
| [![Azure Pipelines Build Status](https://img.shields.io/vso/build/RocketSurgeonsGuild/Libraries/RSG.Azure.svg?logo=visualstudiocode&style=flat-square)](https://rocketsurgeonsguild.visualstudio.com/Libraries/_build?definitionId=14) | |
| | | ![MyGet Pre Release](https://img.shields.io/myget/rocket-surgeons-guild/vpre/Rocket.Surgery.Azure.Functions.svg?logo=nuget&style=flat-square&label=myget) |
[![AppVeyor Build History](https://buildstats.info/appveyor/chart/RocketSurgeonsGuild/Azure)](https://ci.appveyor.com/project/RocketSurgeonsGuild/Azure/history)

[![Azure Pipelines Build History](https://buildstats.info/azurepipelines/chart/RocketSurgeonsGuild/Libraries/14)](https://rocketsurgeonsguild.visualstudio.com/Libraries/_build?definitionId=14)

## More info to come...
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/tags/v0.5.9
ref: refs/tags/v0.5.10
endpoint: github

variables:
Expand All @@ -29,6 +29,7 @@ variables:
Artifacts: $(Build.ArtifactStagingDirectory)
VstsArtifacts: "$(Artifacts)"
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
CodeCovToken: '06571f89-ce59-412c-9d5d-53b968dba772'

jobs:
- template: pipeline/cake.yml@rsg
Expand Down
2 changes: 1 addition & 1 deletion cakefile.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.9.10";
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.9.11";

Task("Default")
.IsDependentOn("dotnetcore");
Expand Down
1 change: 1 addition & 0 deletions test/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PackageReference Include="Rocket.Surgery.Extensions.Testing" />
<PackageReference Include="Autofac.Extras.FakeItEasy" />
<PackageReference Include="Bogus" />
<PackageReference Include="coverlet.collector" />
<PackageReference Include="coverlet.msbuild" />
<PackageReference Include="FakeItEasy" />
<PackageReference Include="FakeItEasy.Analyzer.CSharp" />
Expand Down

0 comments on commit 920354f

Please sign in to comment.