File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414
1515 <ItemGroup >
16+ <PackageReference Include =" coverlet.msbuild" Version =" 1.1.1" />
1617 <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 2.0.2" />
1718 <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 2.0.2" />
1819 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6.1" />
Original file line number Diff line number Diff line change 1- version : 1 .0.0.{build}
1+ version : 2 .0.0.{build}
22
33image : Visual Studio 2017
44
55before_build :
66 - nuget restore
77
88test_script :
9- - dotnet test --no-build .\EFCore.CommonTools.Tests\EntityFrameworkCore.CommonTools.Tests.csproj
9+ - dotnet test --no-build .\EFCore.CommonTools.Tests\EntityFrameworkCore.CommonTools.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
1010 - dotnet test --no-build .\EntityFramework.CommonTools.Tests\EntityFramework.CommonTools.Tests.csproj
1111
12+ after_test :
13+ - ps : |
14+ $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
15+ Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
16+ bash codecov.sh -f ".\EFCore.CommonTools.Tests\coverage.xml" -t 5a158edf-3f15-40d8-92d7-3b3dc67d079b
17+
1218cache :
1319 - ' %USERPROFILE%\.nuget\packages'
You can’t perform that action at this time.
0 commit comments